Enum TableAttributeName
- Alle implementierten Schnittstellen:
Serializable
,Comparable<TableAttributeName>
,java.lang.constant.Constable
,SourceAttributeName
Contains the attributes for a table source element which are not
defined in the Torque schema. Find them in
TorqueSchemaAttributeName
.-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum-Konstanten - Übersicht
Enum-KonstantenEnum-KonstanteBeschreibungThe name of the base manager class.The name of the bean class.The package name of the bean class.The name of the database object class.The package name of the database object.The variable name in which the name of the getDefaultDate method us defined, is it should be generated.The variable name in which the name of the getDefaultTime method us defined, is it should be generated.The variable name in which the name of the getDefaultTimestamp method us defined, is it should be generated.The name of the manager class.The name of the peer implementation class.The name of the field holding the peer implementation class.The name of the getter for the peer implementation class.The name of the setter for the peer implementation class.The type which is passed to the save method, if any.The variable name in which the object to save is stored, if any.The name of the sequence generated for the table's primary key.The unqualified (without schema) table name. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggetName()
Returns the name of the referenced source element attribute.toString()
static TableAttributeName
Gibt die Enumerationskonstante dieses Typs mit dem angegebenen Namen zurück.static TableAttributeName[]
values()
Gibt ein Array mit den Konstanten dieses Enum-Typs in der Reihenfolge ihrer Deklaration zurück.
-
Enum-Konstanten - Details
-
UNQUALIFIED_NAME
The unqualified (without schema) table name. -
MANAGER_CLASS_NAME
The name of the manager class. -
BASE_MANAGER_CLASS_NAME
The name of the base manager class. -
DB_OBJECT_CLASS_NAME
The name of the database object class. -
DB_OBJECT_PACKAGE
The package name of the database object. -
BEAN_CLASS_NAME
The name of the bean class. -
BEAN_PACKAGE
The package name of the bean class. -
PEER_IMPL_FIELD_NAME
The name of the field holding the peer implementation class. -
PEER_IMPL_CLASS_NAME
The name of the peer implementation class. -
PEER_IMPL_GETTER
The name of the getter for the peer implementation class. -
PEER_IMPL_SETTER
The name of the setter for the peer implementation class. -
SEQUENCE_NAME
The name of the sequence generated for the table's primary key. -
SAVE_METHOD_INPUT_TYPE
The type which is passed to the save method, if any. -
SAVE_METHOD_TO_SAVE_VARIABLE
The variable name in which the object to save is stored, if any. -
GET_CURRENT_DATE_METHOD_NAME
The variable name in which the name of the getDefaultDate method us defined, is it should be generated. -
GET_CURRENT_TIME_METHOD_NAME
The variable name in which the name of the getDefaultTime method us defined, is it should be generated. -
GET_CURRENT_TIMESTAMP_METHOD_NAME
The variable name in which the name of the getDefaultTimestamp method us defined, is it should be generated.
-
-
Methodendetails
-
values
Gibt ein Array mit den Konstanten dieses Enum-Typs in der Reihenfolge ihrer Deklaration zurück.- Gibt zurück:
- ein Array mit den Konstanten dieses Enumerationstyps in der Reihenfolge ihrer Deklaration
-
valueOf
Gibt die Enumerationskonstante dieses Typs mit dem angegebenen Namen zurück. Die Zeichenfolge muss exakt mit einer ID übereinstimmen, mit der eine Enumerationskonstante in diesem Typ deklariert wird. (Zusätzliche Leerzeichen sind nicht zulässig.)- Parameter:
name
- Name der zurückzugebenden Enumerationskonstante.- Gibt zurück:
- Enumerationskonstante mit dem angegebenen Namen
- Löst aus:
IllegalArgumentException
- wenn dieser Enumerationstyp keine Konstante mit dem angegebenen Namen enthältNullPointerException
- wenn das Argument nicht angegeben wird
-
getName
Returns the name of the referenced source element attribute.- Angegeben von:
getName
in SchnittstelleSourceAttributeName
- Gibt zurück:
- the name of the referenced source element attribute.
-
toString
- Setzt außer Kraft:
toString
in KlasseEnum<TableAttributeName>
-