com.bea.p13n.content.model
Enum ContentQueryModel.Logic

java.lang.Object
  extended by java.lang.Enum<ContentQueryModel.Logic>
      extended by com.bea.p13n.content.model.ContentQueryModel.Logic
All Implemented Interfaces
Serializable, Comparable<ContentQueryModel.Logic>
Enclosing class:
ContentQueryModel

public static enum ContentQueryModel.Logic
extends Enum<ContentQueryModel.Logic>

The logic types for the property containers this holds.


Enum Constant Summary
AND
          Boolean AND logic.
OR
          Boolean OR logic.
 
Method Summary
static ContentQueryModel.Logic valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ContentQueryModel.Logic[] 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

AND

public static final ContentQueryModel.Logic AND
Boolean AND logic.


OR

public static final ContentQueryModel.Logic OR
Boolean OR logic.

Method Detail

values

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


valueOf

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



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.