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.Comparator

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

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

Filter comparison operators.


Nested Class Summary
 
Nested classes/interfaces inherited from interface oracle.as.scheduler.query.QueryComparator
oracle.as.scheduler.query.QueryComparator.QueryComparatorEnum
 
Enum Constant Summary
CONTAINS
           
ENDS_WITH
           
EQUALS
           
GREATER_THAN
           
GREATER_THAN_EQUALS
           
LESS_THAN
           
LESS_THAN_EQUALS
           
NOT_CONTAINS
           
NOT_EQUALS
           
STARTS_WITH
           
 
Field Summary
 
Fields inherited from interface oracle.as.scheduler.query.QueryComparator
CONTAINS, ENDS_WITH, EQUALS, GREATER_THAN, GREATER_THAN_EQUALS, LESS_THAN, LESS_THAN_EQUALS, NOT_CONTAINS, NOT_EQUALS, STARTS_WITH
 
Method Summary
 oracle.as.scheduler.query.QueryComparator getQueryComparator()
           
 java.lang.String toString()
           
 java.lang.String toXmlString()
           
static Filter.Comparator valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Filter.Comparator[] 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

EQUALS

public static final Filter.Comparator EQUALS

NOT_EQUALS

public static final Filter.Comparator NOT_EQUALS

CONTAINS

public static final Filter.Comparator CONTAINS

NOT_CONTAINS

public static final Filter.Comparator NOT_CONTAINS

STARTS_WITH

public static final Filter.Comparator STARTS_WITH

ENDS_WITH

public static final Filter.Comparator ENDS_WITH

LESS_THAN

public static final Filter.Comparator LESS_THAN

GREATER_THAN

public static final Filter.Comparator GREATER_THAN

LESS_THAN_EQUALS

public static final Filter.Comparator LESS_THAN_EQUALS

GREATER_THAN_EQUALS

public static final Filter.Comparator GREATER_THAN_EQUALS
Method Detail

values

public static Filter.Comparator[] 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.Comparator c : Filter.Comparator.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.Comparator 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

toString

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

toXmlString

public java.lang.String toXmlString()
Specified by:
toXmlString in interface oracle.as.scheduler.query.QueryComparator

getQueryComparator

public oracle.as.scheduler.query.QueryComparator getQueryComparator()

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.