|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<CDDAYPERIODvalues>
be.fgov.ehealth.standards.kmehr.mycarenet.cd.v1.CDDAYPERIODvalues
public enum CDDAYPERIODvalues
Java class for CD-DAYPERIODvalues.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="CD-DAYPERIODvalues"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="afterbreakfast"/> <enumeration value="afterdinner"/> <enumeration value="afterlunch"/> <enumeration value="aftermeal"/> <enumeration value="afternoon"/> <enumeration value="beforebreakfast"/> <enumeration value="beforedinner"/> <enumeration value="beforelunch"/> <enumeration value="betweenbreakfastandlunch"/> <enumeration value="betweendinnerandsleep"/> <enumeration value="betweenlunchanddinner"/> <enumeration value="betweenmeals"/> <enumeration value="evening"/> <enumeration value="morning"/> <enumeration value="night"/> <enumeration value="thehourofsleep"/> <enumeration value="duringbreakfast"/> <enumeration value="duringlunch"/> <enumeration value="duringdinner"/> </restriction> </simpleType>
Method Summary | |
---|---|
static CDDAYPERIODvalues |
fromValue(String v)
|
String |
value()
|
static CDDAYPERIODvalues |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CDDAYPERIODvalues[] |
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 CDDAYPERIODvalues AFTERBREAKFAST
public static final CDDAYPERIODvalues AFTERDINNER
public static final CDDAYPERIODvalues AFTERLUNCH
public static final CDDAYPERIODvalues AFTERMEAL
public static final CDDAYPERIODvalues AFTERNOON
public static final CDDAYPERIODvalues BEFOREBREAKFAST
public static final CDDAYPERIODvalues BEFOREDINNER
public static final CDDAYPERIODvalues BEFORELUNCH
public static final CDDAYPERIODvalues BETWEENBREAKFASTANDLUNCH
public static final CDDAYPERIODvalues BETWEENDINNERANDSLEEP
public static final CDDAYPERIODvalues BETWEENLUNCHANDDINNER
public static final CDDAYPERIODvalues BETWEENMEALS
public static final CDDAYPERIODvalues EVENING
public static final CDDAYPERIODvalues MORNING
public static final CDDAYPERIODvalues NIGHT
public static final CDDAYPERIODvalues THEHOUROFSLEEP
public static final CDDAYPERIODvalues DURINGBREAKFAST
public static final CDDAYPERIODvalues DURINGLUNCH
public static final CDDAYPERIODvalues DURINGDINNER
Method Detail |
---|
public static CDDAYPERIODvalues[] values()
for (CDDAYPERIODvalues c : CDDAYPERIODvalues.values()) System.out.println(c);
public static CDDAYPERIODvalues 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 CDDAYPERIODvalues fromValue(String v)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |