public enum AccessKeyType extends Enum<AccessKeyType>
| Enum Constant and Description |
|---|
CARD |
FINGERPRINT |
RETINASCAN |
| Modifier and Type | Method and Description |
|---|---|
static AccessKeyType |
accessKeyType(Integer typeCode) |
Integer |
typeCode() |
static AccessKeyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccessKeyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AccessKeyType RETINASCAN
public static final AccessKeyType FINGERPRINT
public static final AccessKeyType CARD
public static AccessKeyType[] values()
for (AccessKeyType c : AccessKeyType.values()) System.out.println(c);
public static AccessKeyType 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 Integer typeCode()
public static AccessKeyType accessKeyType(Integer typeCode)
Copyright © 2019. All rights reserved.