com.adobe.icc.dbforms.obj
Class Statement.JoinOperator

java.lang.Object
  extended by java.lang.Enum
      extended by com.adobe.icc.dbforms.obj.Statement.JoinOperator
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable
Enclosing class:
Statement

public static final class Statement.JoinOperator
extends java.lang.Enum

Enum to specify operator to join with the inner statement.

See Also:
Serialized Form

Field Summary
static Statement.JoinOperator AND
           
static Statement.JoinOperator AND_NOT
           
static Statement.JoinOperator OR
           
static Statement.JoinOperator OR_NOT
           
 
Method Summary
static Statement.JoinOperator valueOf(java.lang.String name)
           
static Statement.JoinOperator[] values()
           
 
Methods inherited from class java.lang.Enum
compareTo, equals, 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 Statement.JoinOperator AND

OR

public static final Statement.JoinOperator OR

AND_NOT

public static final Statement.JoinOperator AND_NOT

OR_NOT

public static final Statement.JoinOperator OR_NOT
Method Detail

values

public static Statement.JoinOperator[] values()

valueOf

public static Statement.JoinOperator valueOf(java.lang.String name)


[an error occurred while processing this directive] [an error occurred while processing this directive]