Package org.apache.xmlbeans
Interface SchemaStringEnumEntry
-
- All Known Implementing Classes:
SchemaStringEnumEntryImpl
public interface SchemaStringEnumEntryDescribes a code-generated string enumeration- See Also:
SchemaType.getStringEnumEntries()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetEnumName()A capitalized name to use for the enumeration constant nameintgetIntValue()An integer to represent this choice in the enumerationjava.lang.StringgetString()The enumerated string value
-