public static enum IccCardApplicationStatus.AppState extends Enum<IccCardApplicationStatus.AppState>
Enum Constant and Description |
---|
APPSTATE_DETECTED |
APPSTATE_PIN |
APPSTATE_PUK |
APPSTATE_READY |
APPSTATE_SUBSCRIPTION_PERSO |
APPSTATE_UNKNOWN |
Modifier and Type | Method and Description |
---|---|
static IccCardApplicationStatus.AppState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IccCardApplicationStatus.AppState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IccCardApplicationStatus.AppState APPSTATE_UNKNOWN
public static final IccCardApplicationStatus.AppState APPSTATE_DETECTED
public static final IccCardApplicationStatus.AppState APPSTATE_PIN
public static final IccCardApplicationStatus.AppState APPSTATE_PUK
public static final IccCardApplicationStatus.AppState APPSTATE_SUBSCRIPTION_PERSO
public static final IccCardApplicationStatus.AppState APPSTATE_READY
public static IccCardApplicationStatus.AppState[] values()
for (IccCardApplicationStatus.AppState c : IccCardApplicationStatus.AppState.values()) System.out.println(c);
public static IccCardApplicationStatus.AppState 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 null