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