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