Package org.apache.torque.templates
Enum TorqueSchemaAttributeName
- Alle implementierten Schnittstellen:
Serializable
,Comparable<TorqueSchemaAttributeName>
,java.lang.constant.Constable
,SourceAttributeName
public enum TorqueSchemaAttributeName
extends Enum<TorqueSchemaAttributeName>
implements SourceAttributeName
Contains all attribute names from the Torque schema.
$Id: TorqueSchemaAttributeName.java 1917240 2024-04-21 13:22:54Z tv $
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum-Konstanten - Übersicht
Enum-KonstantenEnum-KonstanteBeschreibungattribute autoIncrement.attribute baseClass.attribute class.attribute default.attribute defaultIdMethod.attribute defaultJavaType.attribute domain.attribute versionattribute extends.attribute filename.attribute foreign.attribute foreignTable.attribute idMethod.attribute inheritance.attribute interface.attribute javaName.attribute javaType.attribute keyattribute local.attribute name.attribute onDelete.attribute onUpdate.package relative or absolute, only inheritance typeattribute peerInterface.attribute primaryKey.attribute protected.attribute required.attribute scale.attribute size.attribute skipSqlattribute type.attribute useDatabaseDefaultValue.attribute value.attribute version -
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggetName()
returns the name of the attribute.toString()
static TorqueSchemaAttributeName
Gibt die Enumerationskonstante dieses Typs mit dem angegebenen Namen zurück.static TorqueSchemaAttributeName[]
values()
Gibt ein Array mit den Konstanten dieses Enum-Typs in der Reihenfolge ihrer Deklaration zurück.
-
Enum-Konstanten - Details
-
NAME
attribute name. -
JAVA_NAME
attribute javaName. -
JAVA_TYPE
attribute javaType. -
FOREIGN_TABLE
attribute foreignTable. -
LOCAL
attribute local. -
FOREIGN
attribute foreign. -
ON_UPDATE
attribute onUpdate. -
ON_DELETE
attribute onDelete. -
PRIMARY_KEY
attribute primaryKey. -
ID_METHOD
attribute idMethod. -
DEFAULT_ID_METHOD
attribute defaultIdMethod. -
DEFAULT_JAVA_TYPE
attribute defaultJavaType. -
VALUE
attribute value. -
REQUIRED
attribute required. -
AUTO_INCREMENT
attribute autoIncrement. -
INHERITANCE
attribute inheritance. -
INTERFACE
attribute interface. -
PEER_INTERFACE
attribute peerInterface. -
PROTECTED
attribute protected. -
DEFAULT
attribute default. -
USE_DATABASE_DEFAULT_VALUE
attribute useDatabaseDefaultValue. -
CLASS
attribute class. -
BASE_CLASS
attribute baseClass. -
EXTENDS
attribute extends. -
DOMAIN
attribute domain. -
TYPE
attribute type. -
SIZE
attribute size. -
SCALE
attribute scale. -
FILENAME
attribute filename. -
KEY
attribute key -
SKIP_SQL
attribute skipSql -
VERSION
attribute version -
ENUM_TYPE
attribute version -
PACKAGE
package relative or absolute, only inheritance type
-
-
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 attribute.- Angegeben von:
getName
in SchnittstelleSourceAttributeName
- Gibt zurück:
- the name of the attribute, not null.
-
toString
- Setzt außer Kraft:
toString
in KlasseEnum<TorqueSchemaAttributeName>
-