java.lang.Object
org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasElementDef

public class AtlasElementDef extends Object
AtlasElementDef describes a single valid value in an EnumDef.
  • Constructor Details

    • AtlasElementDef

      public AtlasElementDef()
      Default constructor
  • Method Details

    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getOrdinal

      public int getOrdinal()
    • setOrdinal

      public void setOrdinal(int ordinal)
    • toString

      public String toString()
      Overrides:
      toString in class Object