public enum CDTEMPORALITYvalues extends Enum<CDTEMPORALITYvalues>
Java class for CD-TEMPORALITYvalues.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="CD-TEMPORALITYvalues"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="oneshot"/> <enumeration value="acute"/> <enumeration value="chronic"/> <enumeration value="reactivation"/> <enumeration value="remission"/> <enumeration value="subacute"/> </restriction> </simpleType>
Enum Constant and Description |
---|
ACUTE |
CHRONIC |
ONESHOT |
REACTIVATION |
REMISSION |
SUBACUTE |
Modifier and Type | Method and Description |
---|---|
static CDTEMPORALITYvalues |
fromValue(String v) |
String |
value() |
static CDTEMPORALITYvalues |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CDTEMPORALITYvalues[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CDTEMPORALITYvalues ONESHOT
public static final CDTEMPORALITYvalues ACUTE
public static final CDTEMPORALITYvalues CHRONIC
public static final CDTEMPORALITYvalues REACTIVATION
public static final CDTEMPORALITYvalues REMISSION
public static final CDTEMPORALITYvalues SUBACUTE
public static CDTEMPORALITYvalues[] values()
for (CDTEMPORALITYvalues c : CDTEMPORALITYvalues.values()) System.out.println(c);
public static CDTEMPORALITYvalues valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String value()
public static CDTEMPORALITYvalues fromValue(String v)
Connector Packaging TRUSSMAKER 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.