org.nhindirect.xd.common.type
Enum ClassificationTypeEnum

java.lang.Object
  extended by java.lang.Enum<ClassificationTypeEnum>
      extended by org.nhindirect.xd.common.type.ClassificationTypeEnum
All Implemented Interfaces:
Serializable, Comparable<ClassificationTypeEnum>

public enum ClassificationTypeEnum
extends Enum<ClassificationTypeEnum>

Valid ClassificationType values.

Author:
beau

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

DOC_AUTHOR

public static final ClassificationTypeEnum DOC_AUTHOR

DOC_CLASS_CODE

public static final ClassificationTypeEnum DOC_CLASS_CODE

DOC_CONFIDENTIALITY_CODE

public static final ClassificationTypeEnum DOC_CONFIDENTIALITY_CODE

DOC_FORMAT_CODE

public static final ClassificationTypeEnum DOC_FORMAT_CODE

DOC_HEALTHCARE_FACILITY_TYPE_CODE

public static final ClassificationTypeEnum DOC_HEALTHCARE_FACILITY_TYPE_CODE

DOC_PRACTICE_SETTING_CODE

public static final ClassificationTypeEnum DOC_PRACTICE_SETTING_CODE

DOC_LOINC

public static final ClassificationTypeEnum DOC_LOINC

SS_AUTHOR

public static final ClassificationTypeEnum SS_AUTHOR

SS_CONTENT_TYPE_CODE

public static final ClassificationTypeEnum SS_CONTENT_TYPE_CODE

SS

public static final ClassificationTypeEnum SS
Method Detail

values

public static ClassificationTypeEnum[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (ClassificationTypeEnum c : ClassificationTypeEnum.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static ClassificationTypeEnum valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

matchesScheme

public boolean matchesScheme(String classificationScheme)
Check to see if the given classificationScheme matches the current object.

Parameters:
classificationScheme - the classificationScheme to check.
Returns:
true if the values match, false otherwise.

getClassificationId

public String getClassificationId()
Get the value of classificationId.

Returns:
the value of classificationId.

getClassificationScheme

public String getClassificationScheme()
Get the value of classificationScheme.

Returns:
the value of classificationScheme.

getCodingScheme

public String getCodingScheme()
Get the value of codingScheme.

Returns:
the value of codingScheme.


Copyright © 2010-2011. All Rights Reserved.