org.hd.d.pg2k.webSvr.ads
Enum AdMidPageInternalLayout

java.lang.Object
  extended by java.lang.Enum<AdMidPageInternalLayout>
      extended by org.hd.d.pg2k.webSvr.ads.AdMidPageInternalLayout
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<AdMidPageInternalLayout>

public enum AdMidPageInternalLayout
extends java.lang.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

NONE

public static final AdMidPageInternalLayout NONE
No mid-page ad.


LBAS

public static final AdMidPageInternalLayout LBAS
AdSense leaderboard.


SQAS

public static final AdMidPageInternalLayout SQAS
AdSense 250x250 square.


sqAS

public static final AdMidPageInternalLayout sqAS
AdSense 200x200 small square.


MRAS

public static final AdMidPageInternalLayout MRAS
AdSense medium rectangle.


MRTF

public static final AdMidPageInternalLayout MRTF
TribalFusion medium rectangle.


Other

public static final AdMidPageInternalLayout Other
Other: some other format.

Method Detail

values

public static final AdMidPageInternalLayout[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for(AdMidPageInternalLayout c : AdMidPageInternalLayout.values())
        System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static AdMidPageInternalLayout valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name

DHD Multimedia Gallery V1.53.0

Copyright (c) 1996-2009, Damon Hart-Davis. All rights reserved.