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