public enum IdentTypeT extends java.lang.Enum<IdentTypeT>
Java class for identTypeT.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="identTypeT">
<restriction base="{http://www.w3.org/2001/XMLSchema}token">
<enumeration value="op"/>
<enumeration value="passport"/>
<enumeration value="mpsv"/>
<enumeration value="ico"/>
<enumeration value="birthday"/>
</restriction>
</simpleType>
| Modifier and Type | Method and Description |
|---|---|
static IdentTypeT |
fromValue(java.lang.String v) |
java.lang.String |
value() |
static IdentTypeT |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IdentTypeT[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IdentTypeT OP
public static final IdentTypeT PASSPORT
public static final IdentTypeT MPSV
public static final IdentTypeT ICO
public static final IdentTypeT BIRTHDAY
public static IdentTypeT[] values()
for (IdentTypeT c : IdentTypeT.values()) System.out.println(c);
public static IdentTypeT valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String value()
public static IdentTypeT fromValue(java.lang.String v)
Copyright © 2021. All rights reserved.