public static enum IccCardApplicationStatus.PersoSubState extends Enum<IccCardApplicationStatus.PersoSubState>
Modifier and Type | Method and Description |
---|---|
static IccCardApplicationStatus.PersoSubState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IccCardApplicationStatus.PersoSubState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IccCardApplicationStatus.PersoSubState PERSOSUBSTATE_UNKNOWN
public static final IccCardApplicationStatus.PersoSubState PERSOSUBSTATE_IN_PROGRESS
public static final IccCardApplicationStatus.PersoSubState PERSOSUBSTATE_READY
public static final IccCardApplicationStatus.PersoSubState PERSOSUBSTATE_SIM_NETWORK
public static final IccCardApplicationStatus.PersoSubState PERSOSUBSTATE_SIM_NETWORK_SUBSET
public static final IccCardApplicationStatus.PersoSubState PERSOSUBSTATE_SIM_CORPORATE
public static final IccCardApplicationStatus.PersoSubState PERSOSUBSTATE_SIM_SERVICE_PROVIDER
public static final IccCardApplicationStatus.PersoSubState PERSOSUBSTATE_SIM_SIM
public static final IccCardApplicationStatus.PersoSubState PERSOSUBSTATE_SIM_NETWORK_PUK
public static final IccCardApplicationStatus.PersoSubState PERSOSUBSTATE_SIM_NETWORK_SUBSET_PUK
public static final IccCardApplicationStatus.PersoSubState PERSOSUBSTATE_SIM_CORPORATE_PUK
public static final IccCardApplicationStatus.PersoSubState PERSOSUBSTATE_SIM_SERVICE_PROVIDER_PUK
public static final IccCardApplicationStatus.PersoSubState PERSOSUBSTATE_SIM_SIM_PUK
public static final IccCardApplicationStatus.PersoSubState PERSOSUBSTATE_RUIM_NETWORK1
public static final IccCardApplicationStatus.PersoSubState PERSOSUBSTATE_RUIM_NETWORK2
public static final IccCardApplicationStatus.PersoSubState PERSOSUBSTATE_RUIM_HRPD
public static final IccCardApplicationStatus.PersoSubState PERSOSUBSTATE_RUIM_CORPORATE
public static final IccCardApplicationStatus.PersoSubState PERSOSUBSTATE_RUIM_SERVICE_PROVIDER
public static final IccCardApplicationStatus.PersoSubState PERSOSUBSTATE_RUIM_RUIM
public static final IccCardApplicationStatus.PersoSubState PERSOSUBSTATE_RUIM_NETWORK1_PUK
public static final IccCardApplicationStatus.PersoSubState PERSOSUBSTATE_RUIM_NETWORK2_PUK
public static final IccCardApplicationStatus.PersoSubState PERSOSUBSTATE_RUIM_HRPD_PUK
public static final IccCardApplicationStatus.PersoSubState PERSOSUBSTATE_RUIM_CORPORATE_PUK
public static final IccCardApplicationStatus.PersoSubState PERSOSUBSTATE_RUIM_SERVICE_PROVIDER_PUK
public static final IccCardApplicationStatus.PersoSubState PERSOSUBSTATE_RUIM_RUIM_PUK
public static IccCardApplicationStatus.PersoSubState[] values()
for (IccCardApplicationStatus.PersoSubState c : IccCardApplicationStatus.PersoSubState.values()) System.out.println(c);
public static IccCardApplicationStatus.PersoSubState 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