public enum TorqueSchemaAttributeName extends Enum<TorqueSchemaAttributeName> implements SourceAttributeName
Enum Constant and Description |
---|
AUTO_INCREMENT
attribute autoIncrement.
|
BASE_CLASS
attribute baseClass.
|
CLASS
attribute class.
|
DEFAULT
attribute default.
|
DEFAULT_ID_METHOD
attribute defaultIdMethod.
|
DEFAULT_JAVA_TYPE
attribute defaultJavaType.
|
DOMAIN
attribute domain.
|
ENUM_TYPE
attribute version
|
EXTENDS
attribute extends.
|
FILENAME
attribute filename.
|
FOREIGN
attribute foreign.
|
FOREIGN_TABLE
attribute foreignTable.
|
ID_METHOD
attribute idMethod.
|
INHERITANCE
attribute inheritance.
|
INTERFACE
attribute interface.
|
JAVA_NAME
attribute javaName.
|
JAVA_TYPE
attribute javaType.
|
KEY
attribute key
|
LOCAL
attribute local.
|
NAME
attribute name.
|
ON_DELETE
attribute onDelete.
|
ON_UPDATE
attribute onUpdate.
|
PEER_INTERFACE
attribute peerInterface.
|
PRIMARY_KEY
attribute primaryKey.
|
PROTECTED
attribute protected.
|
REQUIRED
attribute required.
|
SCALE
attribute scale.
|
SIZE
attribute size.
|
SKIP_SQL
attribute skipSql
|
TYPE
attribute type.
|
USE_DATABASE_DEFAULT_VALUE
attribute useDatabaseDefaultValue.
|
VALUE
attribute value.
|
VERSION
attribute version
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
returns the name of the attribute.
|
String |
toString() |
static TorqueSchemaAttributeName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TorqueSchemaAttributeName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TorqueSchemaAttributeName NAME
public static final TorqueSchemaAttributeName JAVA_NAME
public static final TorqueSchemaAttributeName JAVA_TYPE
public static final TorqueSchemaAttributeName FOREIGN_TABLE
public static final TorqueSchemaAttributeName LOCAL
public static final TorqueSchemaAttributeName FOREIGN
public static final TorqueSchemaAttributeName ON_UPDATE
public static final TorqueSchemaAttributeName ON_DELETE
public static final TorqueSchemaAttributeName PRIMARY_KEY
public static final TorqueSchemaAttributeName ID_METHOD
public static final TorqueSchemaAttributeName DEFAULT_ID_METHOD
public static final TorqueSchemaAttributeName DEFAULT_JAVA_TYPE
public static final TorqueSchemaAttributeName VALUE
public static final TorqueSchemaAttributeName REQUIRED
public static final TorqueSchemaAttributeName AUTO_INCREMENT
public static final TorqueSchemaAttributeName INHERITANCE
public static final TorqueSchemaAttributeName INTERFACE
public static final TorqueSchemaAttributeName PEER_INTERFACE
public static final TorqueSchemaAttributeName PROTECTED
public static final TorqueSchemaAttributeName DEFAULT
public static final TorqueSchemaAttributeName USE_DATABASE_DEFAULT_VALUE
public static final TorqueSchemaAttributeName CLASS
public static final TorqueSchemaAttributeName BASE_CLASS
public static final TorqueSchemaAttributeName EXTENDS
public static final TorqueSchemaAttributeName DOMAIN
public static final TorqueSchemaAttributeName TYPE
public static final TorqueSchemaAttributeName SIZE
public static final TorqueSchemaAttributeName SCALE
public static final TorqueSchemaAttributeName FILENAME
public static final TorqueSchemaAttributeName KEY
public static final TorqueSchemaAttributeName SKIP_SQL
public static final TorqueSchemaAttributeName VERSION
public static final TorqueSchemaAttributeName ENUM_TYPE
public static TorqueSchemaAttributeName[] values()
for (TorqueSchemaAttributeName c : TorqueSchemaAttributeName.values()) System.out.println(c);
public static TorqueSchemaAttributeName valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getName()
getName
in interface SourceAttributeName
public String toString()
toString
in class Enum<TorqueSchemaAttributeName>
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.