Interface AllowedValue

All Superinterfaces:
Cloneable, MetaDataObject, Serializable, XMLizable
All Known Implementing Classes:
AllowedValue_impl

public interface AllowedValue extends MetaDataObject
Represents an allowed value for an "enumerated" type.
See Also:
  • Method Details

    • getString

      String getString()
      Gets the allowed value.
      Returns:
      the allowed value string
    • setString

      void setString(String aString)
      Sets the allowed value.
      Parameters:
      aString - the allowed value string
    • getDescription

      String getDescription()
      Gets the verbose description of this allowed value.
      Returns:
      the description of this allowed value
    • setDescription

      void setDescription(String aDescription)
      Sets the verbose description of this allowed value.
      Parameters:
      aDescription - the description of this allowed value