All Implemented Interfaces:
Serializable

public class EnumElementDef extends TypeDefElementHeader
EnumElementDef describes a single valid value defined for an enum.
See Also:
  • Constructor Details

    • EnumElementDef

      public EnumElementDef()
      Default constructor sets up an empty EnumElementDef
    • EnumElementDef

      public EnumElementDef(EnumElementDef template)
      Copy/clone constructor sets up an EnumElementDef based on the values supplied in the template.
      Parameters:
      template - EnumElementDef
  • Method Details

    • getOrdinal

      public int getOrdinal()
      Return the numeric value used for the enum value.
      Returns:
      int ordinal
    • setOrdinal

      public void setOrdinal(int ordinal)
      Set up the numeric value for the enum value.
      Parameters:
      ordinal - int
    • getValue

      public String getValue()
      Return the symbolic name for the enum value.
      Returns:
      String name
    • setValue

      public void setValue(String value)
      Set up the symbolic name for the enum value.
      Parameters:
      value - String name
    • getDescription

      public String getDescription()
      Return the description for the enum value.
      Returns:
      String description
    • setDescription

      public void setDescription(String description)
      Set up the description for the enum value.
      Parameters:
      description - String
    • getDescriptionGUID

      public String getDescriptionGUID()
      Return the unique identifier (guid) of the glossary term that describes this EnumElementDef.
      Returns:
      String guid
    • setDescriptionGUID

      public void setDescriptionGUID(String descriptionGUID)
      Set up the unique identifier (guid) of the glossary term that describes this EnumElementDef.
      Parameters:
      descriptionGUID - String guid
    • toString

      public String toString()
      Standard toString method.
      Overrides:
      toString in class Object
      Returns:
      JSON style description of variables.
    • equals

      public boolean equals(Object objectToCompare)
      Validate that an object is equal depending on their stored values.
      Overrides:
      equals in class RepositoryElementHeader
      Parameters:
      objectToCompare - object
      Returns:
      boolean result
    • hashCode

      public int hashCode()
      Return a hash code based on the values of this object.
      Overrides:
      hashCode in class RepositoryElementHeader
      Returns:
      in hash code