Class SchemaStringEnumEntryImpl

    • Constructor Summary

      Constructors 
      Constructor Description
      SchemaStringEnumEntryImpl​(java.lang.String str, int i, java.lang.String enumName)  
    • Method Summary

      All Methods Instance Methods Concrete 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
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait