public static enum ConstantsMCOP.ActionsCallBack extends java.lang.Enum<ConstantsMCOP.ActionsCallBack>
| Enum Constant and Description |
|---|
authorizationRequestEvent |
callEvent |
configurationUpdateEvent |
eMBMSNotificationEvent |
floorControlEvent |
groupAffiliationEvent |
groupInfoEvent |
loginEvent |
none |
selectedContactChangeEvent |
unLoginEvent |
| Modifier and Type | Method and Description |
|---|---|
static ConstantsMCOP.ActionsCallBack |
fromString(java.lang.String s) |
java.lang.String |
toString() |
static ConstantsMCOP.ActionsCallBack |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConstantsMCOP.ActionsCallBack[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConstantsMCOP.ActionsCallBack none
public static final ConstantsMCOP.ActionsCallBack authorizationRequestEvent
public static final ConstantsMCOP.ActionsCallBack unLoginEvent
public static final ConstantsMCOP.ActionsCallBack loginEvent
public static final ConstantsMCOP.ActionsCallBack configurationUpdateEvent
public static final ConstantsMCOP.ActionsCallBack callEvent
public static final ConstantsMCOP.ActionsCallBack floorControlEvent
public static final ConstantsMCOP.ActionsCallBack groupInfoEvent
public static final ConstantsMCOP.ActionsCallBack groupAffiliationEvent
public static final ConstantsMCOP.ActionsCallBack selectedContactChangeEvent
public static final ConstantsMCOP.ActionsCallBack eMBMSNotificationEvent
public static ConstantsMCOP.ActionsCallBack[] values()
for (ConstantsMCOP.ActionsCallBack c : ConstantsMCOP.ActionsCallBack.values()) System.out.println(c);
public static ConstantsMCOP.ActionsCallBack 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 java.lang.String toString()
toString in class java.lang.Enum<ConstantsMCOP.ActionsCallBack>public static ConstantsMCOP.ActionsCallBack fromString(java.lang.String s)