org.apache.xmlbeans
Interface SchemaStringEnumEntry


public interface SchemaStringEnumEntry

Describes a code-generated string enumeration

See Also:
SchemaType.getStringEnumEntries()

Method Summary
 String getEnumName()
          A capitalized name to use for the enumeration constant name
 int getIntValue()
          An integer to represent this choice in the enumeration
 String getString()
          The enumerated string value
 

Method Detail

getString

public String getString()
The enumerated string value


getIntValue

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


getEnumName

public String getEnumName()
A capitalized name to use for the enumeration constant name