public static enum IccCardApplicationStatus.AppType extends Enum<IccCardApplicationStatus.AppType>
Enum Constant and Description |
---|
APPTYPE_CSIM |
APPTYPE_ISIM |
APPTYPE_RUIM |
APPTYPE_SIM |
APPTYPE_UNKNOWN |
APPTYPE_USIM |
Modifier and Type | Method and Description |
---|---|
static IccCardApplicationStatus.AppType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IccCardApplicationStatus.AppType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IccCardApplicationStatus.AppType APPTYPE_UNKNOWN
public static final IccCardApplicationStatus.AppType APPTYPE_SIM
public static final IccCardApplicationStatus.AppType APPTYPE_USIM
public static final IccCardApplicationStatus.AppType APPTYPE_RUIM
public static final IccCardApplicationStatus.AppType APPTYPE_CSIM
public static final IccCardApplicationStatus.AppType APPTYPE_ISIM
public static IccCardApplicationStatus.AppType[] values()
for (IccCardApplicationStatus.AppType c : IccCardApplicationStatus.AppType.values()) System.out.println(c);
public static IccCardApplicationStatus.AppType 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