Interface SEnumerationLiteral


  • public interface SEnumerationLiteral
    Represents an option in an enumeration
    • Method Detail

      • getEnumeration

        SEnumeration getEnumeration()
        The owning enumeration
      • getPresentation

        String getPresentation()
        The way to present the option to the user
      • getName

        String getName()
        The name of the option, must be unique within the enumeration.