Interface SchemaStringEnumEntry

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getEnumName()
      A capitalized name to use for the enumeration constant name
      int getIntValue()
      An integer to represent this choice in the enumeration
      java.lang.String getString()
      The enumerated string value
    • Method Detail

      • getString

        java.lang.String getString()
        The enumerated string value
      • getIntValue

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

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