org.apache.ws.jaxme.js.pattern
Class TypesafeEnumerationGenerator.Item
java.lang.Object
org.apache.ws.jaxme.js.pattern.TypesafeEnumerationGenerator.Item
- TypesafeEnumerationGenerator
public static class TypesafeEnumerationGenerator.Item
extends java.lang.Object
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.
|
finish
public void finish()
Verifies the enumeration item.
getName
public String getName()
Returns the enumeration items name.
getValue
public String getValue()
Returns the enumeration items value.
setName
public void setName(String pName)
Sets the enumeration items name. This must be a valid
Java identifier.
setValue
public void setValue(String pValue)
Sets the enumeration items value.