org.apache.ws.jaxme.js.pattern
public static class TypesafeEnumerationGenerator.Item extends Object
Method Summary | |
---|---|
void | finish() Verifies the enumeration item. |
String | getName() Returns the enumeration items name. |
String | getValue() Returns the enumeration items value. |
void | setName(String pName) Sets the enumeration items name. |
void | setValue(String pValue) Sets the enumeration items value. |
Verifies the enumeration item.
Throws: IllegalStateException The enumeration items value is not set.
Returns the enumeration items name.
Returns the enumeration items value.
Sets the enumeration items name. This must be a valid Java identifier.
Sets the enumeration items value.