public class AllowedValue extends Object
Constructor | Description |
---|---|
AllowedValue(String value) |
Create an AllowedValue by the value String,
and will create the Node structure by itself
|
AllowedValue(Node node) |
Modifier and Type | Method | Description |
---|---|---|
Node |
getAllowedValueNode() |
|
String |
getValue() |
|
static boolean |
isAllowedValueNode(Node node) |
|
void |
setValue(String value) |
public static final String ELEM_NAME