|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<TorqueSchemaAttributeName>
org.apache.torque.templates.TorqueSchemaAttributeName
public enum TorqueSchemaAttributeName
Contains all attribute names from the Torque schema. $Id: TorqueSchemaAttributeName.java 1447627 2013-02-19 08:49:59Z tfischer $
Enum Constant Summary | |
---|---|
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. |
|
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. |
|
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 |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
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 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
Method Detail |
---|
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 name
NullPointerException
- if the argument is nullpublic String getName()
getName
in interface SourceAttributeName
public String toString()
toString
in class Enum<TorqueSchemaAttributeName>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |