Enum Class InheritanceAttributeName
java.lang.Object
java.lang.Enum<InheritanceAttributeName>
org.apache.torque.templates.transformer.om.InheritanceAttributeName
- All Implemented Interfaces:
Serializable,Comparable<InheritanceAttributeName>,Constable,SourceAttributeName
public enum InheritanceAttributeName
extends Enum<InheritanceAttributeName>
implements SourceAttributeName
Contains the attributes for a inheritance source element which are not
defined in the Torque schema. Find them in
TorqueSchemaAttributeName.-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe class name of the bean class created from this inheritance element.The base class of the bean class created from this inheritance element.The package of the bean class created from this inheritance element.The name of the class created from this inheritance element.The name of the constant in the peer which contains the key for the processed inheritance class.Deprecated. -
Method Summary
Modifier and TypeMethodDescriptiongetName()Returns the name of the referenced source element attribute.toString()static InheritanceAttributeNameReturns the enum constant of this class with the specified name.static InheritanceAttributeName[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
CLASSKEY_CONSTANT
The name of the constant in the peer which contains the key for the processed inheritance class. -
CLASS_NAME
The name of the class created from this inheritance element. -
PACKAGE
Deprecated.The package of the class created from this inheritance element. now inTorqueSchemaAttributeName. -
BEAN_PACKAGE
The package of the bean class created from this inheritance element. -
BEAN_EXTENDS
The base class of the bean class created from this inheritance element. -
BEAN_CLASS_NAME
The class name of the bean class created from this inheritance element.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getName
Returns the name of the referenced source element attribute.- Specified by:
getNamein interfaceSourceAttributeName- Returns:
- the name of the referenced source element attribute.
-
toString
- Overrides:
toStringin classEnum<InheritanceAttributeName>
-