|
Copyright © 2000, 2009, Oracle and/or its affiliates. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<AddToPlaceholderModel.ClearingPolicy>
com.bea.campaign.model.AddToPlaceholderModel.ClearingPolicy
public static enum AddToPlaceholderModel.ClearingPolicy
An enum of the possible placeholder clearing policy.
| Enum Constant Summary | |
|---|---|
ALL
Clear all other queries in the placeholder(s). |
|
CAMPAIGN
Clear all other queries in the placeholder(s) from this clause's ancestor campaign. |
|
NONE
Don't clear any other queries in the placeholder(s). |
|
| Method Summary | |
|---|---|
static AddToPlaceholderModel.ClearingPolicy |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static AddToPlaceholderModel.ClearingPolicy[] |
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 |
|---|
public static final AddToPlaceholderModel.ClearingPolicy CAMPAIGN
public static final AddToPlaceholderModel.ClearingPolicy ALL
public static final AddToPlaceholderModel.ClearingPolicy NONE
| Method Detail |
|---|
public static final AddToPlaceholderModel.ClearingPolicy[] values()
public static AddToPlaceholderModel.ClearingPolicy valueOf(String name)
|
Copyright © 2000, 2009, Oracle and/or its affiliates. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||