public enum IdentType extends java.lang.Enum<IdentType>
IdentificationData,
FRED documentation| Modifier and Type | Method and Description |
|---|---|
static IdentType |
fromValue(java.lang.String v) |
java.lang.String |
value() |
static IdentType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IdentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IdentType OP
public static final IdentType PASSPORT
public static final IdentType MPSV
public static final IdentType ICO
public static final IdentType BIRTHDAY
public static IdentType[] values()
for (IdentType c : IdentType.values()) System.out.println(c);
public static IdentType 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 IdentType fromValue(java.lang.String v)
Copyright © 2021. All rights reserved.