Package org.apache.xmlbeans.impl.schema
Class SchemaStringEnumEntryImpl
java.lang.Object
org.apache.xmlbeans.impl.schema.SchemaStringEnumEntryImpl
- All Implemented Interfaces:
SchemaStringEnumEntry
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionA capitalized name to use for the enumeration constant nameintAn integer to represent this choice in the enumerationThe enumerated string value
-
Constructor Details
-
SchemaStringEnumEntryImpl
-
-
Method Details
-
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
Description copied from interface:SchemaStringEnumEntryA capitalized name to use for the enumeration constant name- Specified by:
getEnumNamein interfaceSchemaStringEnumEntry
-