|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<CDCONTACTPERSONvalues>
be.fgov.ehealth.standards.kmehr.cd.v1.CDCONTACTPERSONvalues
public enum CDCONTACTPERSONvalues
Java class for CD-CONTACT-PERSONvalues.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="CD-CONTACT-PERSONvalues"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="mother"/> <enumeration value="father"/> <enumeration value="child"/> <enumeration value="familymember"/> <enumeration value="spouse"/> <enumeration value="husband"/> <enumeration value="partner"/> <enumeration value="other"/> <enumeration value="brother"/> <enumeration value="sister"/> <enumeration value="brotherinlaw"/> <enumeration value="tutor"/> <enumeration value="notary"/> <enumeration value="lawyer"/> <enumeration value="employer"/> <enumeration value="grandparent"/> <enumeration value="son"/> <enumeration value="daughter"/> <enumeration value="grandchild"/> <enumeration value="neighbour"/> <enumeration value="stepson"/> <enumeration value="stepdaughter"/> <enumeration value="stepfather"/> <enumeration value="stepmother"/> <enumeration value="sisterinlaw"/> </restriction> </simpleType>
Method Summary | |
---|---|
static CDCONTACTPERSONvalues |
fromValue(String v)
|
String |
value()
|
static CDCONTACTPERSONvalues |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CDCONTACTPERSONvalues[] |
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 CDCONTACTPERSONvalues MOTHER
public static final CDCONTACTPERSONvalues FATHER
public static final CDCONTACTPERSONvalues CHILD
public static final CDCONTACTPERSONvalues FAMILYMEMBER
public static final CDCONTACTPERSONvalues SPOUSE
public static final CDCONTACTPERSONvalues HUSBAND
public static final CDCONTACTPERSONvalues PARTNER
public static final CDCONTACTPERSONvalues OTHER
public static final CDCONTACTPERSONvalues BROTHER
public static final CDCONTACTPERSONvalues SISTER
public static final CDCONTACTPERSONvalues BROTHERINLAW
public static final CDCONTACTPERSONvalues TUTOR
public static final CDCONTACTPERSONvalues NOTARY
public static final CDCONTACTPERSONvalues LAWYER
public static final CDCONTACTPERSONvalues EMPLOYER
public static final CDCONTACTPERSONvalues GRANDPARENT
public static final CDCONTACTPERSONvalues SON
public static final CDCONTACTPERSONvalues DAUGHTER
public static final CDCONTACTPERSONvalues GRANDCHILD
public static final CDCONTACTPERSONvalues NEIGHBOUR
public static final CDCONTACTPERSONvalues STEPSON
public static final CDCONTACTPERSONvalues STEPDAUGHTER
public static final CDCONTACTPERSONvalues STEPFATHER
public static final CDCONTACTPERSONvalues STEPMOTHER
public static final CDCONTACTPERSONvalues SISTERINLAW
Method Detail |
---|
public static CDCONTACTPERSONvalues[] values()
for (CDCONTACTPERSONvalues c : CDCONTACTPERSONvalues.values()) System.out.println(c);
public static CDCONTACTPERSONvalues 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 CDCONTACTPERSONvalues fromValue(String v)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |