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