public enum ProvProviderPhysicalGood extends java.lang.Enum<ProvProviderPhysicalGood> implements ICRMLookupEnum
Enum Constant and Description |
---|
CARDLESS_STB |
DECODER |
SMARTCARD |
STB_DVB_NSC_1 |
STB_DVB_NSC_2 |
STB_DVB_SC |
STB_DVB_STB |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLabel() |
static ProvProviderPhysicalGood |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProvProviderPhysicalGood[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProvProviderPhysicalGood DECODER
public static final ProvProviderPhysicalGood SMARTCARD
public static final ProvProviderPhysicalGood STB_DVB_SC
public static final ProvProviderPhysicalGood STB_DVB_NSC_1
public static final ProvProviderPhysicalGood STB_DVB_NSC_2
public static final ProvProviderPhysicalGood STB_DVB_STB
public static final ProvProviderPhysicalGood CARDLESS_STB
public static ProvProviderPhysicalGood[] values()
for (ProvProviderPhysicalGood c : ProvProviderPhysicalGood.values()) System.out.println(c);
public static ProvProviderPhysicalGood 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 ICRMLookupEnum