|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<CDGALENICFORMschemes>
be.fgov.ehealth.standards.kmehr.mycarenet.cd.v1.CDGALENICFORMschemes
public enum CDGALENICFORMschemes
Java class for CD-GALENICFORMschemes.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="CD-GALENICFORMschemes">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="CD-DRUG-PRESENTATION"/>
<enumeration value="CD-MAGISTRALFORM"/>
</restriction>
</simpleType>
| Enum Constant Summary | |
|---|---|
CD_DRUG_PRESENTATION
|
|
CD_MAGISTRALFORM
|
|
| Method Summary | |
|---|---|
static CDGALENICFORMschemes |
fromValue(String v)
|
String |
value()
|
static CDGALENICFORMschemes |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CDGALENICFORMschemes[] |
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 CDGALENICFORMschemes CD_DRUG_PRESENTATION
public static final CDGALENICFORMschemes CD_MAGISTRALFORM
| Method Detail |
|---|
public static CDGALENICFORMschemes[] values()
for (CDGALENICFORMschemes c : CDGALENICFORMschemes.values()) System.out.println(c);
public static CDGALENICFORMschemes 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 CDGALENICFORMschemes fromValue(String v)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||