|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<AdTowerInternalLayout>
org.hd.d.pg2k.webSvr.ads.AdTowerInternalLayout
public enum AdTowerInternalLayout
How to lay out any tower ad insert that we show.
| Enum Constant Summary | |
|---|---|
NarrowMixed
Mixed PPC/CPM narrow tower. |
|
NarrowShort
(Mainly) AdSense narrow shorter-than-usual tower (fewer ad slots). |
|
Other
Other: some other format. |
|
WideAS
(Mainly) AdSense wide tower. |
|
WideMixed
Mixed PPC/CPM wide tower. |
|
| Method Summary | |
|---|---|
static AdTowerInternalLayout |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AdTowerInternalLayout[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final AdTowerInternalLayout WideAS
public static final AdTowerInternalLayout NarrowShort
public static final AdTowerInternalLayout NarrowMixed
public static final AdTowerInternalLayout WideMixed
public static final AdTowerInternalLayout Other
| Method Detail |
|---|
public static final AdTowerInternalLayout[] values()
for(AdTowerInternalLayout c : AdTowerInternalLayout.values())
System.out.println(c);
public static AdTowerInternalLayout 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 name
|
DHD Multimedia Gallery V1.53.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||