| Enum Constant and Description |
|---|
DataDictionary
The Data dictionary.
|
ElementNumber
The Element number.
|
GroupNumber
The Group number.
|
Keyword |
MaxVM
The Max vm.
|
MinVM
The Min vm.
|
Name
The Name.
|
RET
The RET.
|
VR
The VR.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
Gets the value.
|
static XmlNodes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static XmlNodes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XmlNodes DataDictionary
public static final XmlNodes GroupNumber
public static final XmlNodes ElementNumber
public static final XmlNodes Name
public static final XmlNodes VR
public static final XmlNodes MinVM
public static final XmlNodes MaxVM
public static final XmlNodes RET
public static final XmlNodes Keyword
public static XmlNodes[] values()
for (XmlNodes c : XmlNodes.values()) System.out.println(c);
public static XmlNodes valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getValue()