com.bea.campaign.model
Enum AdCountGoal.Type

java.lang.Object
  extended by java.lang.Enum<AdCountGoal.Type>
      extended by com.bea.campaign.model.AdCountGoal.Type
All Implemented Interfaces
Serializable, Comparable<AdCountGoal.Type>
Enclosing class:
AdCountGoal

public static enum AdCountGoal.Type
extends Enum<AdCountGoal.Type>

The type of goal counts.


Enum Constant Summary
GLOBAL
          Constant for global counts.
LOCAL
          Constant for campaign-local counts.
 
Method Summary
 String toDisplayString()
          Get a display string for this, localized to the java vm's default locale.
static AdCountGoal.Type valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AdCountGoal.Type[] values()
          Returns an array containing the constants of this enum type, in the order theyre 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

LOCAL

public static final AdCountGoal.Type LOCAL
Constant for campaign-local counts.


GLOBAL

public static final AdCountGoal.Type GLOBAL
Constant for global counts.

Method Detail

values

public static final AdCountGoal.Type[] values()
Returns an array containing the constants of this enum type, in the order theyre declared.


valueOf

public static AdCountGoal.Type valueOf(String name)
Returns the enum constant of this type with the specified name.


toDisplayString

public String toDisplayString()
Get a display string for this, localized to the java vm's default locale.



Copyright © 2000, 2009, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.