|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ClassificationTypeEnum>
org.nhindirect.xd.common.type.ClassificationTypeEnum
public enum ClassificationTypeEnum
Valid ClassificationType values.
| Enum Constant Summary | |
|---|---|
DOC_AUTHOR
|
|
DOC_CLASS_CODE
|
|
DOC_CONFIDENTIALITY_CODE
|
|
DOC_FORMAT_CODE
|
|
DOC_HEALTHCARE_FACILITY_TYPE_CODE
|
|
DOC_LOINC
|
|
DOC_PRACTICE_SETTING_CODE
|
|
SS
|
|
SS_AUTHOR
|
|
SS_CONTENT_TYPE_CODE
|
|
| Method Summary | |
|---|---|
String |
getClassificationId()
Get the value of classificationId. |
String |
getClassificationScheme()
Get the value of classificationScheme. |
String |
getCodingScheme()
Get the value of codingScheme. |
boolean |
matchesScheme(String classificationScheme)
Check to see if the given classificationScheme matches the current object. |
static ClassificationTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ClassificationTypeEnum[] |
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 ClassificationTypeEnum DOC_AUTHOR
public static final ClassificationTypeEnum DOC_CLASS_CODE
public static final ClassificationTypeEnum DOC_CONFIDENTIALITY_CODE
public static final ClassificationTypeEnum DOC_FORMAT_CODE
public static final ClassificationTypeEnum DOC_HEALTHCARE_FACILITY_TYPE_CODE
public static final ClassificationTypeEnum DOC_PRACTICE_SETTING_CODE
public static final ClassificationTypeEnum DOC_LOINC
public static final ClassificationTypeEnum SS_AUTHOR
public static final ClassificationTypeEnum SS_CONTENT_TYPE_CODE
public static final ClassificationTypeEnum SS
| Method Detail |
|---|
public static ClassificationTypeEnum[] values()
for (ClassificationTypeEnum c : ClassificationTypeEnum.values()) System.out.println(c);
public static ClassificationTypeEnum 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 boolean matchesScheme(String classificationScheme)
classificationScheme - the classificationScheme to check.
public String getClassificationId()
public String getClassificationScheme()
public String getCodingScheme()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||