be.fgov.ehealth.standards.kmehr.cd.v1
Enum CDCLINICALPLANvalues

java.lang.Object
  extended by java.lang.Enum<CDCLINICALPLANvalues>
      extended by be.fgov.ehealth.standards.kmehr.cd.v1.CDCLINICALPLANvalues
All Implemented Interfaces:
Serializable, Comparable<CDCLINICALPLANvalues>

public enum CDCLINICALPLANvalues
extends Enum<CDCLINICALPLANvalues>

Java class for CD-CLINICALPLANvalues.

The following schema fragment specifies the expected content contained within this class.

 <simpleType name="CD-CLINICALPLANvalues">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="breastcancerprevention"/>
     <enumeration value="cervixutericancer"/>
     <enumeration value="colrectalcancerprevention"/>
     <enumeration value="primaryprevention"/>
     <enumeration value="prostatecancerprevention"/>
     <enumeration value="gmdplus"/>
   </restriction>
 </simpleType>
 


Enum Constant Summary
BREASTCANCERPREVENTION
           
CERVIXUTERICANCER
           
COLRECTALCANCERPREVENTION
           
GMDPLUS
           
PRIMARYPREVENTION
           
PROSTATECANCERPREVENTION
           
 
Method Summary
static CDCLINICALPLANvalues fromValue(String v)
           
 String value()
           
static CDCLINICALPLANvalues valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CDCLINICALPLANvalues[] 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

BREASTCANCERPREVENTION

public static final CDCLINICALPLANvalues BREASTCANCERPREVENTION

CERVIXUTERICANCER

public static final CDCLINICALPLANvalues CERVIXUTERICANCER

COLRECTALCANCERPREVENTION

public static final CDCLINICALPLANvalues COLRECTALCANCERPREVENTION

PRIMARYPREVENTION

public static final CDCLINICALPLANvalues PRIMARYPREVENTION

PROSTATECANCERPREVENTION

public static final CDCLINICALPLANvalues PROSTATECANCERPREVENTION

GMDPLUS

public static final CDCLINICALPLANvalues GMDPLUS
Method Detail

values

public static CDCLINICALPLANvalues[] 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 (CDCLINICALPLANvalues c : CDCLINICALPLANvalues.values())
    System.out.println(c);

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

valueOf

public static CDCLINICALPLANvalues 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

value

public String value()

fromValue

public static CDCLINICALPLANvalues fromValue(String v)



Connector Packaging PERSDIETICIAN 3.11.1 API
Copyright © {inceptionYear}-2016 eHealth. All Rights Reserved.