public static enum IgawSSPConstant.INTERSTITIAL_ADTYPE extends java.lang.Enum<IgawSSPConstant.INTERSTITIAL_ADTYPE>
| Enum Constant and Description |
|---|
DEFAULT |
INTERSTITIAL |
VAST_VIDEO |
| Modifier and Type | Method and Description |
|---|---|
int |
getValue() |
static IgawSSPConstant.INTERSTITIAL_ADTYPE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IgawSSPConstant.INTERSTITIAL_ADTYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IgawSSPConstant.INTERSTITIAL_ADTYPE DEFAULT
public static final IgawSSPConstant.INTERSTITIAL_ADTYPE INTERSTITIAL
public static final IgawSSPConstant.INTERSTITIAL_ADTYPE VAST_VIDEO
public static IgawSSPConstant.INTERSTITIAL_ADTYPE[] values()
for (IgawSSPConstant.INTERSTITIAL_ADTYPE c : IgawSSPConstant.INTERSTITIAL_ADTYPE.values()) System.out.println(c);
public static IgawSSPConstant.INTERSTITIAL_ADTYPE 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()