|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ConformanceLevels>
au.gov.nehta.vendorlibrary.pcehr.clients.common.type.ConformanceLevels
public enum ConformanceLevels
CDA document conformance levels.
Enum Constant Summary | |
---|---|
ONE_A
Conformance Level - 1A. |
|
ONE_B
Conformance Level - 1B. |
|
THREE_A
Conformance Level - 3A. |
|
THREE_B
Conformance Level - 3B. |
|
TWO
Conformance Level - 2. |
|
UNDEFINED
Conformance Level - Undefined. |
Method Summary | |
---|---|
java.lang.String |
getLevel()
Retrieve the conformance level. |
static ConformanceLevels |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ConformanceLevels[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, 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 ConformanceLevels ONE_A
public static final ConformanceLevels ONE_B
public static final ConformanceLevels TWO
public static final ConformanceLevels THREE_A
public static final ConformanceLevels THREE_B
public static final ConformanceLevels UNDEFINED
Method Detail |
---|
public static ConformanceLevels[] values()
for (ConformanceLevels c : ConformanceLevels.values()) System.out.println(c);
public static ConformanceLevels 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 name
java.lang.NullPointerException
- if the argument is nullpublic java.lang.String getLevel()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |