public enum ProvProviderProtocol extends java.lang.Enum<ProvProviderProtocol> implements ICRMLookupEnum
| Enum Constant and Description |
|---|
CONAX_CONTEGO_SMS_SERVICES |
CONAX_CONTEGO_WEB_SERVICES |
EXSET_SMS_SERVICES |
GENERIC |
ICAREUS |
NAGRA_MLP |
NAGRAVISION_SMSgw_SERVICES |
NETFLIX |
PANACCESS_SERVICES |
PERCEPTION |
VCAS_DVB |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getImplementationClass() |
java.lang.String |
getLabel() |
java.lang.Boolean |
isOTTPovider() |
static ProvProviderProtocol |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProvProviderProtocol[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProvProviderProtocol CONAX_CONTEGO_WEB_SERVICES
public static final ProvProviderProtocol CONAX_CONTEGO_SMS_SERVICES
public static final ProvProviderProtocol NAGRAVISION_SMSgw_SERVICES
public static final ProvProviderProtocol PANACCESS_SERVICES
public static final ProvProviderProtocol EXSET_SMS_SERVICES
public static final ProvProviderProtocol NAGRA_MLP
public static final ProvProviderProtocol ICAREUS
public static final ProvProviderProtocol PERCEPTION
public static final ProvProviderProtocol VCAS_DVB
public static final ProvProviderProtocol GENERIC
public static final ProvProviderProtocol NETFLIX
public static ProvProviderProtocol[] values()
for (ProvProviderProtocol c : ProvProviderProtocol.values()) System.out.println(c);
public static ProvProviderProtocol 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 getLabel()
getLabel in interface ICRMLookupEnumpublic java.lang.String getImplementationClass()
public java.lang.Boolean isOTTPovider()