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

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

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

WideAS

public static final AdTowerInternalLayout WideAS
(Mainly) AdSense wide tower.


NarrowShort

public static final AdTowerInternalLayout NarrowShort
(Mainly) AdSense narrow shorter-than-usual tower (fewer ad slots).


NarrowMixed

public static final AdTowerInternalLayout NarrowMixed
Mixed PPC/CPM narrow tower.


WideMixed

public static final AdTowerInternalLayout WideMixed
Mixed PPC/CPM wide tower.


Other

public static final AdTowerInternalLayout Other
Other: some other format.

Method Detail

values

public static final AdTowerInternalLayout[] 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(AdTowerInternalLayout c : AdTowerInternalLayout.values())
        System.out.println(c);

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

valueOf

public static AdTowerInternalLayout 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.