public static enum ConstantsMCOP.ConfigurationUpdateEventExtras.AllowTypeEnum extends java.lang.Enum<ConstantsMCOP.ConfigurationUpdateEventExtras.AllowTypeEnum>
ConstantsMCOP.ConfigurationUpdateEventExtras.ALLOWS_LIST| Enum Constant and Description |
|---|
activate_emergency_alert |
emergency_group_call |
emergency_private_call |
imminent_peril_call |
none |
private_call |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<ConstantsMCOP.ConfigurationUpdateEventExtras.AllowTypeEnum> |
getListAllowType(int num) |
int |
getValue() |
static int |
getValue(java.util.List<ConstantsMCOP.ConfigurationUpdateEventExtras.AllowTypeEnum> allowTypeEnums) |
static ConstantsMCOP.ConfigurationUpdateEventExtras.AllowTypeEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConstantsMCOP.ConfigurationUpdateEventExtras.AllowTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConstantsMCOP.ConfigurationUpdateEventExtras.AllowTypeEnum none
public static final ConstantsMCOP.ConfigurationUpdateEventExtras.AllowTypeEnum private_call
public static final ConstantsMCOP.ConfigurationUpdateEventExtras.AllowTypeEnum emergency_group_call
public static final ConstantsMCOP.ConfigurationUpdateEventExtras.AllowTypeEnum emergency_private_call
public static final ConstantsMCOP.ConfigurationUpdateEventExtras.AllowTypeEnum imminent_peril_call
public static final ConstantsMCOP.ConfigurationUpdateEventExtras.AllowTypeEnum activate_emergency_alert
public static ConstantsMCOP.ConfigurationUpdateEventExtras.AllowTypeEnum[] values()
for (ConstantsMCOP.ConfigurationUpdateEventExtras.AllowTypeEnum c : ConstantsMCOP.ConfigurationUpdateEventExtras.AllowTypeEnum.values()) System.out.println(c);
public static ConstantsMCOP.ConfigurationUpdateEventExtras.AllowTypeEnum 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 java.util.List<ConstantsMCOP.ConfigurationUpdateEventExtras.AllowTypeEnum> getListAllowType(int num)
public static int getValue(java.util.List<ConstantsMCOP.ConfigurationUpdateEventExtras.AllowTypeEnum> allowTypeEnums)