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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEnumName()A capitalized name to use for the enumeration constant nameintgetIntValue()An integer to represent this choice in the enumerationStringgetString()The enumerated string value
-
-
-
Method Detail
-
getString
public String getString()
Description copied from interface:SchemaStringEnumEntryThe enumerated string value- Specified by:
getStringin interfaceSchemaStringEnumEntry
-
getIntValue
public int getIntValue()
Description copied from interface:SchemaStringEnumEntryAn integer to represent this choice in the enumeration- Specified by:
getIntValuein interfaceSchemaStringEnumEntry
-
getEnumName
public String getEnumName()
Description copied from interface:SchemaStringEnumEntryA capitalized name to use for the enumeration constant name- Specified by:
getEnumNamein interfaceSchemaStringEnumEntry
-
-