public enum DiagnosisScoringStatus_EN extends java.lang.Enum<DiagnosisScoringStatus_EN> implements Describable
| Enum Constant and Description |
|---|
INVALID |
VALID |
VALID_SCORABLE |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
The description of the object
|
void |
setDescription(java.lang.String description)
Sets the objects internal description
|
java.lang.String |
toString() |
static DiagnosisScoringStatus_EN |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DiagnosisScoringStatus_EN[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DiagnosisScoringStatus_EN INVALID
public static final DiagnosisScoringStatus_EN VALID
public static final DiagnosisScoringStatus_EN VALID_SCORABLE
public static DiagnosisScoringStatus_EN[] values()
for (DiagnosisScoringStatus_EN c : DiagnosisScoringStatus_EN.values()) System.out.println(c);
public static DiagnosisScoringStatus_EN 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 getDescription()
DescribablegetDescription in interface Describablepublic void setDescription(java.lang.String description)
DescribablesetDescription in interface Describablepublic java.lang.String toString()
toString in class java.lang.Enum<DiagnosisScoringStatus_EN>