public static enum SsData.TeleserviceType extends Enum<SsData.TeleserviceType>
Enum Constant and Description |
---|
SS_ALL_DATA_TELESERVICES |
SS_ALL_TELE_AND_BEARER_SERVICES |
SS_ALL_TELESERVICES_EXCEPT_SMS |
SS_ALL_TELESEVICES |
SS_SMS_SERVICES |
SS_TELEPHONY |
Modifier and Type | Method and Description |
---|---|
static SsData.TeleserviceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SsData.TeleserviceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SsData.TeleserviceType SS_ALL_TELE_AND_BEARER_SERVICES
public static final SsData.TeleserviceType SS_ALL_TELESEVICES
public static final SsData.TeleserviceType SS_TELEPHONY
public static final SsData.TeleserviceType SS_ALL_DATA_TELESERVICES
public static final SsData.TeleserviceType SS_SMS_SERVICES
public static final SsData.TeleserviceType SS_ALL_TELESERVICES_EXCEPT_SMS
public static SsData.TeleserviceType[] values()
for (SsData.TeleserviceType c : SsData.TeleserviceType.values()) System.out.println(c);
public static SsData.TeleserviceType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null