public class SchemaStringEnumEntryImpl extends Object implements SchemaStringEnumEntry
Constructor and Description |
---|
SchemaStringEnumEntryImpl(String str,
int i,
String enumName) |
Modifier and Type | Method and Description |
---|---|
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
|
public String getString()
SchemaStringEnumEntry
getString
in interface SchemaStringEnumEntry
public int getIntValue()
SchemaStringEnumEntry
getIntValue
in interface SchemaStringEnumEntry
public String getEnumName()
SchemaStringEnumEntry
getEnumName
in interface SchemaStringEnumEntry