com.webmethods.caf.faces.data.csp
Class CSPSearchQueryTerm.JoinType

java.lang.Object
  extended by java.lang.Enum
      extended by com.webmethods.caf.faces.data.csp.CSPSearchQueryTerm.JoinType
All Implemented Interfaces:
Serializable, Comparable
Enclosing class:
CSPSearchQueryTerm

public static final class CSPSearchQueryTerm.JoinType
extends Enum

See Also:
Serialized Form

Field Summary
static CSPSearchQueryTerm.JoinType AND
           
static CSPSearchQueryTerm.JoinType OR
           
 
Method Summary
static CSPSearchQueryTerm.JoinType valueOf(String name)
           
static CSPSearchQueryTerm.JoinType[] 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 CSPSearchQueryTerm.JoinType AND

OR

public static final CSPSearchQueryTerm.JoinType OR
Method Detail

values

public static CSPSearchQueryTerm.JoinType[] values()

valueOf

public static CSPSearchQueryTerm.JoinType valueOf(String name)