org.alfresco.repo.search.impl.querymodel
Class QueryOptions.Connective

java.lang.Object
  extended by java.lang.Enum
      extended by org.alfresco.repo.search.impl.querymodel.QueryOptions.Connective
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable
Enclosing class:
QueryOptions

public static final class QueryOptions.Connective
extends java.lang.Enum

See Also:
Serialized Form

Field Summary
static QueryOptions.Connective AND
           
static QueryOptions.Connective OR
           
 
Method Summary
static QueryOptions.Connective valueOf(java.lang.String name)
           
static QueryOptions.Connective[] values()
           
 
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
 

Field Detail

AND

public static final QueryOptions.Connective AND

OR

public static final QueryOptions.Connective OR
Method Detail

values

public static QueryOptions.Connective[] values()

valueOf

public static QueryOptions.Connective valueOf(java.lang.String name)


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.