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