public static enum Constants.Treatment extends java.lang.Enum<Constants.Treatment>
| Enum Constant and Description |
|---|
None |
Overload |
Referral |
T1D1 |
T1D2 |
T2D1 |
T2D2 |
TzD1 |
TzD2 |
| Modifier and Type | Method and Description |
|---|---|
static Constants.Treatment |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Constants.Treatment[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Constants.Treatment T1D1
public static final Constants.Treatment T2D1
public static final Constants.Treatment T1D2
public static final Constants.Treatment T2D2
public static final Constants.Treatment TzD1
public static final Constants.Treatment TzD2
public static final Constants.Treatment Referral
public static final Constants.Treatment Overload
public static final Constants.Treatment None
public static Constants.Treatment[] values()
for (Constants.Treatment c : Constants.Treatment.values()) System.out.println(c);
public static Constants.Treatment 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 null