Package org.apache.xmlbeans.impl.schema
Class SchemaStringEnumEntryImpl
java.lang.Object
org.apache.xmlbeans.impl.schema.SchemaStringEnumEntryImpl
- All Implemented Interfaces:
SchemaStringEnumEntry
public class SchemaStringEnumEntryImpl extends Object implements SchemaStringEnumEntry
-
Constructor Summary
Constructors Constructor Description SchemaStringEnumEntryImpl(String str, int i, String enumName)
-
Method Summary
Modifier and Type Method Description String
getEnumName()
A capitalized name to use for the enumeration constant nameint
getIntValue()
An integer to represent this choice in the enumerationString
getString()
The enumerated string value
-
Constructor Details
-
Method Details
-
getString
Description copied from interface:SchemaStringEnumEntry
The enumerated string value- Specified by:
getString
in interfaceSchemaStringEnumEntry
-
getIntValue
public int getIntValue()Description copied from interface:SchemaStringEnumEntry
An integer to represent this choice in the enumeration- Specified by:
getIntValue
in interfaceSchemaStringEnumEntry
-
getEnumName
Description copied from interface:SchemaStringEnumEntry
A capitalized name to use for the enumeration constant name- Specified by:
getEnumName
in interfaceSchemaStringEnumEntry
-