public static enum ConstantsMCOP.EmergencyAlertEventExtras.EmergencyAlertType extends java.lang.Enum<ConstantsMCOP.EmergencyAlertEventExtras.EmergencyAlertType>
| Enum Constant and Description |
|---|
EmergencyAlertGroup |
EmergencyAlertNone |
EmergencyAlertPrivate |
| Modifier and Type | Method and Description |
|---|---|
static ConstantsMCOP.EmergencyAlertEventExtras.EmergencyAlertType |
fromInt(int pageType) |
int |
getValue() |
static ConstantsMCOP.EmergencyAlertEventExtras.EmergencyAlertType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConstantsMCOP.EmergencyAlertEventExtras.EmergencyAlertType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConstantsMCOP.EmergencyAlertEventExtras.EmergencyAlertType EmergencyAlertNone
public static final ConstantsMCOP.EmergencyAlertEventExtras.EmergencyAlertType EmergencyAlertPrivate
public static final ConstantsMCOP.EmergencyAlertEventExtras.EmergencyAlertType EmergencyAlertGroup
public static ConstantsMCOP.EmergencyAlertEventExtras.EmergencyAlertType[] values()
for (ConstantsMCOP.EmergencyAlertEventExtras.EmergencyAlertType c : ConstantsMCOP.EmergencyAlertEventExtras.EmergencyAlertType.values()) System.out.println(c);
public static ConstantsMCOP.EmergencyAlertEventExtras.EmergencyAlertType 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.EmergencyAlertType fromInt(int pageType)