public enum AccessRule extends java.lang.Enum<AccessRule>
Functionalities to check Access rule to read NFD on Card
| Modifier and Type | Method and Description |
|---|---|
static AccessRule |
getAccessRule(PinState pinState,
boolean emergencyIndicator,
boolean updateIndicator)
Returns Access rule
|
static AccessRule |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AccessRule[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AccessRule R1
public static final AccessRule R2
public static final AccessRule R3
public static final AccessRule R4
public static AccessRule[] values()
for (AccessRule c : AccessRule.values()) System.out.println(c);
public static AccessRule 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 static AccessRule getAccessRule(PinState pinState, boolean emergencyIndicator, boolean updateIndicator)
Returns Access rule