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