public static enum I2B2CellFR.XmlPdoTag extends java.lang.Enum<I2B2CellFR.XmlPdoTag>
| Enum Constant and Description |
|---|
TAG_CONCEPTS |
TAG_EIDS |
TAG_EVENTS |
TAG_MODIFIERS |
TAG_OBSERVATIONS |
TAG_PATIENTS |
TAG_PIDS |
TAG_REPOSITORY |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getTagValueIn() |
java.lang.String |
toString() |
java.lang.String |
toStringAlter() |
static I2B2CellFR.XmlPdoTag |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static I2B2CellFR.XmlPdoTag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final I2B2CellFR.XmlPdoTag TAG_OBSERVATIONS
public static final I2B2CellFR.XmlPdoTag TAG_EVENTS
public static final I2B2CellFR.XmlPdoTag TAG_CONCEPTS
public static final I2B2CellFR.XmlPdoTag TAG_EIDS
public static final I2B2CellFR.XmlPdoTag TAG_PIDS
public static final I2B2CellFR.XmlPdoTag TAG_MODIFIERS
public static final I2B2CellFR.XmlPdoTag TAG_PATIENTS
public static final I2B2CellFR.XmlPdoTag TAG_REPOSITORY
public static I2B2CellFR.XmlPdoTag[] values()
for (I2B2CellFR.XmlPdoTag c : I2B2CellFR.XmlPdoTag.values()) System.out.println(c);
public static I2B2CellFR.XmlPdoTag 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 toString()
toString in class java.lang.Enum<I2B2CellFR.XmlPdoTag>public java.lang.String toStringAlter()
public java.lang.String getTagValueIn()