Oracle Fusion Applications Java API Reference for Oracle Enterprise Scheduler Service
11g Release 1 (11.1.1.5)
E20742-01


oracle.as.scheduler
Enum Filter.Operator

java.lang.Object
  extended by java.lang.Enum<Filter.Operator>
      extended by oracle.as.scheduler.Filter.Operator
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<Filter.Operator>, oracle.as.scheduler.query.QueryOperator
Enclosing class:
Filter

public static enum Filter.Operator
extends java.lang.Enum<Filter.Operator>
implements oracle.as.scheduler.query.QueryOperator

Filter logic operators.


Nested Class Summary
 
Nested classes/interfaces inherited from interface oracle.as.scheduler.query.QueryOperator
oracle.as.scheduler.query.QueryOperator.QueryOperatorEnum
 
Enum Constant Summary
AND
           
NOT
           
OR
           
 
Field Summary
 
Fields inherited from interface oracle.as.scheduler.query.QueryOperator
AND, NOT, OR
 
Method Summary
 oracle.as.scheduler.query.QueryOperator getQueryOperator()
           
 boolean isBinary()
           
 java.lang.String toString()
           
static Filter.Operator valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Filter.Operator[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

AND

public static final Filter.Operator AND

OR

public static final Filter.Operator OR

NOT

public static final Filter.Operator NOT
Method Detail

values

public static Filter.Operator[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (Filter.Operator c : Filter.Operator.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static Filter.Operator valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

isBinary

public boolean isBinary()
Specified by:
isBinary in interface oracle.as.scheduler.query.QueryOperator

toString

public java.lang.String toString()
Specified by:
toString in interface oracle.as.scheduler.query.QueryOperator
Overrides:
toString in class java.lang.Enum<Filter.Operator>

getQueryOperator

public oracle.as.scheduler.query.QueryOperator getQueryOperator()

Oracle Fusion Applications Java API Reference for Oracle Enterprise Scheduler Service
11g Release 1 (11.1.1.5)
E20742-01


Copyright © 2008, 2011 Oracle. All rights reserved.