Enum InheritanceAttributeName

java.lang.Object
java.lang.Enum<InheritanceAttributeName>
org.apache.torque.templates.transformer.om.InheritanceAttributeName
Alle implementierten Schnittstellen:
Serializable, Comparable<InheritanceAttributeName>, java.lang.constant.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.
  • Enum-Konstanten - Details

    • CLASSKEY_CONSTANT

      public static final InheritanceAttributeName CLASSKEY_CONSTANT
      The name of the constant in the peer which contains the key for the processed inheritance class.
    • CLASS_NAME

      public static final InheritanceAttributeName CLASS_NAME
      The name of the class created from this inheritance element.
    • PACKAGE

      @Deprecated public static final InheritanceAttributeName PACKAGE
      Veraltet.
      The package of the class created from this inheritance element. now in TorqueSchemaAttributeName.
    • BEAN_PACKAGE

      public static final InheritanceAttributeName BEAN_PACKAGE
      The package of the bean class created from this inheritance element.
    • BEAN_EXTENDS

      public static final InheritanceAttributeName BEAN_EXTENDS
      The base class of the bean class created from this inheritance element.
    • BEAN_CLASS_NAME

      public static final InheritanceAttributeName BEAN_CLASS_NAME
      The class name of the bean class created from this inheritance element.
  • Methodendetails

    • values

      public static InheritanceAttributeName[] 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

      public static InheritanceAttributeName valueOf(String name)
      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ält
      NullPointerException - wenn das Argument nicht angegeben wird
    • getName

      public String getName()
      Returns the name of the referenced source element attribute.
      Angegeben von:
      getName in Schnittstelle SourceAttributeName
      Gibt zurück:
      the name of the referenced source element attribute.
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Enum<InheritanceAttributeName>