|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<CDSEVERITYvalues>
be.fgov.ehealth.standards.kmehr.cd.v1.CDSEVERITYvalues
public enum CDSEVERITYvalues
Java class for CD-SEVERITYvalues.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="CD-SEVERITYvalues"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="abnormal"/> <enumeration value="high"/> <enumeration value="low"/> <enumeration value="normal"/> <enumeration value="resistent"/> <enumeration value="susceptible"/> <enumeration value="susceptibleintermediate"/> <enumeration value="veryabnormal"/> <enumeration value="veryhigh"/> <enumeration value="verylow"/> <enumeration value="extremelyhigh"/> <enumeration value="extremelylow"/> <enumeration value="verysusceptible"/> </restriction> </simpleType>
Enum Constant Summary | |
---|---|
ABNORMAL
|
|
EXTREMELYHIGH
|
|
EXTREMELYLOW
|
|
HIGH
|
|
LOW
|
|
NORMAL
|
|
RESISTENT
|
|
SUSCEPTIBLE
|
|
SUSCEPTIBLEINTERMEDIATE
|
|
VERYABNORMAL
|
|
VERYHIGH
|
|
VERYLOW
|
|
VERYSUSCEPTIBLE
|
Method Summary | |
---|---|
static CDSEVERITYvalues |
fromValue(String v)
|
String |
value()
|
static CDSEVERITYvalues |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CDSEVERITYvalues[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final CDSEVERITYvalues ABNORMAL
public static final CDSEVERITYvalues HIGH
public static final CDSEVERITYvalues LOW
public static final CDSEVERITYvalues NORMAL
public static final CDSEVERITYvalues RESISTENT
public static final CDSEVERITYvalues SUSCEPTIBLE
public static final CDSEVERITYvalues SUSCEPTIBLEINTERMEDIATE
public static final CDSEVERITYvalues VERYABNORMAL
public static final CDSEVERITYvalues VERYHIGH
public static final CDSEVERITYvalues VERYLOW
public static final CDSEVERITYvalues EXTREMELYHIGH
public static final CDSEVERITYvalues EXTREMELYLOW
public static final CDSEVERITYvalues VERYSUSCEPTIBLE
Method Detail |
---|
public static CDSEVERITYvalues[] values()
for (CDSEVERITYvalues c : CDSEVERITYvalues.values()) System.out.println(c);
public static CDSEVERITYvalues valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic String value()
public static CDSEVERITYvalues fromValue(String v)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |