public enum CDSUBSTANCEschemes extends Enum<CDSUBSTANCEschemes>
Java class for CD-SUBSTANCEschemes.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="CD-SUBSTANCEschemes">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="CD-INNCLUSTER"/>
<enumeration value="CD-ATC"/>
<enumeration value="CD-EAN"/>
<enumeration value="CD-SUBSTANCE-CNK"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
CD_ATC |
CD_EAN |
CD_INNCLUSTER |
CD_SUBSTANCE_CNK |
| Modifier and Type | Method and Description |
|---|---|
static CDSUBSTANCEschemes |
fromValue(String v) |
String |
value() |
static CDSUBSTANCEschemes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CDSUBSTANCEschemes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CDSUBSTANCEschemes CD_INNCLUSTER
public static final CDSUBSTANCEschemes CD_ATC
public static final CDSUBSTANCEschemes CD_EAN
public static final CDSUBSTANCEschemes CD_SUBSTANCE_CNK
public static CDSUBSTANCEschemes[] values()
for (CDSUBSTANCEschemes c : CDSUBSTANCEschemes.values()) System.out.println(c);
public static CDSUBSTANCEschemes 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 CDSUBSTANCEschemes fromValue(String v)
Connector Packaging generic 4.3.0-beta-3 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.