Package org.apache.xmlbeans
Interface SchemaStringEnumEntry
-
- All Known Implementing Classes:
SchemaStringEnumEntryImpl
public interface SchemaStringEnumEntry
Describes a code-generated string enumeration- See Also:
SchemaType.getStringEnumEntries()
-
-
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 nameint
getIntValue()
An integer to represent this choice in the enumerationjava.lang.String
getString()
The enumerated string value
-