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