Enum ForeignKeyChildElementName
java.lang.Object
java.lang.Enum<ForeignKeyChildElementName>
org.apache.torque.templates.transformer.om.ForeignKeyChildElementName
- Alle implementierten Schnittstellen:
Serializable
,Comparable<ForeignKeyChildElementName>
,java.lang.constant.Constable
,SourceElementName
public enum ForeignKeyChildElementName
extends Enum<ForeignKeyChildElementName>
implements SourceElementName
Contains the child elements for a foreign-key source element which are not
defined in the Torque schema. These elements might be created
in the transformation.
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum-Konstanten - Übersicht
Enum-KonstantenEnum-KonstanteBeschreibungThe child element containing information about the field in the foreign database object containing the referenced local database object.The child element containing information about the field in the foreign bean containing the referenced local beans.The child element containing information about the field in the local database object containing the referenced foreign database object.The child element containing information about the field in the local bean containing the referenced foreign bean. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggetName()
Returns the name of the referenced source element.toString()
static ForeignKeyChildElementName
Gibt die Enumerationskonstante dieses Typs mit dem angegebenen Namen zurück.static ForeignKeyChildElementName[]
values()
Gibt ein Array mit den Konstanten dieses Enum-Typs in der Reihenfolge ihrer Deklaration zurück.
-
Enum-Konstanten - Details
-
LOCAL_FIELD
The child element containing information about the field in the local database object containing the referenced foreign database object. -
FOREIGN_FIELD
The child element containing information about the field in the foreign database object containing the referenced local database object. -
LOCAL_FIELD_IN_BEAN
The child element containing information about the field in the local bean containing the referenced foreign bean. -
FOREIGN_FIELD_IN_BEAN
The child element containing information about the field in the foreign bean containing the referenced local beans.
-
-
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.- Angegeben von:
getName
in SchnittstelleSourceElementName
- Gibt zurück:
- the name of the referenced source element.
-
toString
- Setzt außer Kraft:
toString
in KlasseEnum<ForeignKeyChildElementName>
-