|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<AdMidPageInternalLayout>
org.hd.d.pg2k.webSvr.ads.AdMidPageInternalLayout
public enum AdMidPageInternalLayout
How to lay out any mid-page ad insert that we show.
| Enum Constant Summary | |
|---|---|
LBAS
AdSense leaderboard. |
|
MRAS
AdSense medium rectangle. |
|
MRTF
TribalFusion medium rectangle. |
|
NONE
No mid-page ad. |
|
Other
Other: some other format. |
|
sqAS
AdSense 200x200 small square. |
|
SQAS
AdSense 250x250 square. |
|
| Method Summary | |
|---|---|
static AdMidPageInternalLayout |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AdMidPageInternalLayout[] |
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 AdMidPageInternalLayout NONE
public static final AdMidPageInternalLayout LBAS
public static final AdMidPageInternalLayout SQAS
public static final AdMidPageInternalLayout sqAS
public static final AdMidPageInternalLayout MRAS
public static final AdMidPageInternalLayout MRTF
public static final AdMidPageInternalLayout Other
| Method Detail |
|---|
public static final AdMidPageInternalLayout[] values()
for(AdMidPageInternalLayout c : AdMidPageInternalLayout.values())
System.out.println(c);
public static AdMidPageInternalLayout 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 | ||||||||