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