public static enum ConstantsMCOP.EmergencyAlertEventExtras.EmergencyAlertEventTypeEnum extends java.lang.Enum<ConstantsMCOP.EmergencyAlertEventExtras.EmergencyAlertEventTypeEnum>
| Enum Constant and Description |
|---|
EmergencyAlertClear |
EmergencyAlertNone |
EmergencyAlertOperationError |
EmergencyAlertOperationSuccess |
EmergencyAlertRemoteClear |
EmergencyAlertRemoteSet |
EmergencyAlertSet |
| Modifier and Type | Method and Description |
|---|---|
static ConstantsMCOP.EmergencyAlertEventExtras.EmergencyAlertEventTypeEnum |
fromInt(int pageType) |
int |
getValue() |
static ConstantsMCOP.EmergencyAlertEventExtras.EmergencyAlertEventTypeEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConstantsMCOP.EmergencyAlertEventExtras.EmergencyAlertEventTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConstantsMCOP.EmergencyAlertEventExtras.EmergencyAlertEventTypeEnum EmergencyAlertNone
public static final ConstantsMCOP.EmergencyAlertEventExtras.EmergencyAlertEventTypeEnum EmergencyAlertSet
public static final ConstantsMCOP.EmergencyAlertEventExtras.EmergencyAlertEventTypeEnum EmergencyAlertClear
public static final ConstantsMCOP.EmergencyAlertEventExtras.EmergencyAlertEventTypeEnum EmergencyAlertRemoteSet
public static final ConstantsMCOP.EmergencyAlertEventExtras.EmergencyAlertEventTypeEnum EmergencyAlertRemoteClear
public static final ConstantsMCOP.EmergencyAlertEventExtras.EmergencyAlertEventTypeEnum EmergencyAlertOperationSuccess
public static final ConstantsMCOP.EmergencyAlertEventExtras.EmergencyAlertEventTypeEnum EmergencyAlertOperationError
public static ConstantsMCOP.EmergencyAlertEventExtras.EmergencyAlertEventTypeEnum[] values()
for (ConstantsMCOP.EmergencyAlertEventExtras.EmergencyAlertEventTypeEnum c : ConstantsMCOP.EmergencyAlertEventExtras.EmergencyAlertEventTypeEnum.values()) System.out.println(c);
public static ConstantsMCOP.EmergencyAlertEventExtras.EmergencyAlertEventTypeEnum valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic int getValue()
public static ConstantsMCOP.EmergencyAlertEventExtras.EmergencyAlertEventTypeEnum fromInt(int pageType)