public enum CDMSADAPTATIONvalues extends Enum<CDMSADAPTATIONvalues>
Java class for CD-MS-ADAPTATIONvalues.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="CD-MS-ADAPTATIONvalues">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="nochanges"/>
<enumeration value="medication"/>
<enumeration value="posology"/>
<enumeration value="treatmentsuspension"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
MEDICATION |
NOCHANGES |
POSOLOGY |
TREATMENTSUSPENSION |
| Modifier and Type | Method and Description |
|---|---|
static CDMSADAPTATIONvalues |
fromValue(String v) |
String |
value() |
static CDMSADAPTATIONvalues |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CDMSADAPTATIONvalues[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CDMSADAPTATIONvalues NOCHANGES
public static final CDMSADAPTATIONvalues MEDICATION
public static final CDMSADAPTATIONvalues POSOLOGY
public static final CDMSADAPTATIONvalues TREATMENTSUSPENSION
public static CDMSADAPTATIONvalues[] values()
for (CDMSADAPTATIONvalues c : CDMSADAPTATIONvalues.values()) System.out.println(c);
public static CDMSADAPTATIONvalues 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 CDMSADAPTATIONvalues fromValue(String v)
Connector Packaging generic 4.6.0 API
Copyright © {inceptionYear}-2024 eHealth. All Rights Reserved.