|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<AdTowerPos>
org.hd.d.pg2k.webSvr.ads.AdTowerPos
public enum AdTowerPos
Where to show the only/primary tower ad unit on a page.
| Enum Constant Summary | |
|---|---|
LEFT
Show tower ad on the left, possibly also with a banner. |
|
NOWHERE
Don't show a tower ad. |
|
RIGHT
Show tower ad on the right. |
|
RIGHT_DROPPED
Show tower ad on the left, dropped from top below banner as per 2005/04. |
|
| Method Summary | |
|---|---|
static AdTowerPos |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AdTowerPos[] |
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 AdTowerPos NOWHERE
public static final AdTowerPos LEFT
public static final AdTowerPos RIGHT
public static final AdTowerPos RIGHT_DROPPED
| Method Detail |
|---|
public static final AdTowerPos[] values()
for(AdTowerPos c : AdTowerPos.values())
System.out.println(c);
public static AdTowerPos 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 | ||||||||