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