Interface SchemaStringEnumEntry

All Known Implementing Classes:
SchemaStringEnumEntryImpl

public interface SchemaStringEnumEntry
Describes a code-generated string enumeration
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    A capitalized name to use for the enumeration constant name
    int
    An integer to represent this choice in the enumeration
    The enumerated string value
  • Method Details

    • getString

      String getString()
      The enumerated string value
    • getIntValue

      int getIntValue()
      An integer to represent this choice in the enumeration
    • getEnumName

      String getEnumName()
      A capitalized name to use for the enumeration constant name