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