public enum TokenImportField extends java.lang.Enum<TokenImportField> implements ImportField
ImportField.Mapping| Enum Constant and Description |
|---|
ACTIVATE_NOW |
ACTIVATION_DEADLINE |
EXPIRY |
NFC_TAG_LABEL |
TYPE |
USER |
VALUE |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PREFIX |
| Modifier and Type | Method and Description |
|---|---|
ImportType |
getImportType() |
java.lang.String |
getName() |
java.lang.String |
prefix()
Returns the prefix used by this class
|
static TokenImportField |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TokenImportField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfnamepublic static final TokenImportField USER
public static final TokenImportField TYPE
public static final TokenImportField ACTIVATE_NOW
public static final TokenImportField VALUE
public static final TokenImportField EXPIRY
public static final TokenImportField ACTIVATION_DEADLINE
public static final TokenImportField NFC_TAG_LABEL
public static final java.lang.String PREFIX
public static TokenImportField[] values()
for (TokenImportField c : TokenImportField.values()) System.out.println(c);
public static TokenImportField 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 ImportType getImportType()
getImportType in interface ImportFieldpublic java.lang.String getName()
getName in interface ImportFieldpublic java.lang.String prefix()
PrefixedEnumprefix in interface PrefixedEnum