org.apache.xmlbeans
public interface: SchemaStringEnumEntry [javadoc |
source]
All Known Implementing Classes:
SchemaStringEnumEntryImpl
Describes a code-generated string enumeration
Also see:
- SchemaType#getStringEnumEntries
Method from org.apache.xmlbeans.SchemaStringEnumEntry Detail: |
public String getEnumName()
A capitalized name to use for the enumeration constant name |
public int getIntValue()
An integer to represent this choice in the enumeration |
public String getString()
The enumerated string value |