public class EnumerationValue extends Object implements Value
| Modifier | Constructor and Description |
|---|---|
protected |
EnumerationValue()
A constructor required by JAXB.
|
|
EnumerationValue(String constant,
EnumerationType type)
A public constructor for creation of an enumeration.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Returns the id of this value, if any.
|
Value |
getParent()
Returns the parent of this value.
|
Object |
toObject()
Converts this value to an appropriate object.
|
String |
toString() |
protected EnumerationValue()
public EnumerationValue(String constant, EnumerationType type)
constant - type - public Object toObject()
Valuepublic String getId()
Valuepublic Value getParent()
ValueCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.