Oracle Fusion Middleware extensions for Enterprise Scheduler Service
11g Release 1 (11.1.1.5)

E22563-01

oracle.apps.fnd.applcp.monitor.ui.bean
Enum MonitorProcessesPageDef.OperatorDef

java.lang.Object
  extended by java.lang.Enum<MonitorProcessesPageDef.OperatorDef>
      extended by oracle.apps.fnd.applcp.monitor.ui.bean.MonitorProcessesPageDef.OperatorDef
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<MonitorProcessesPageDef.OperatorDef>
Enclosing class:
MonitorProcessesPageDef

public static enum MonitorProcessesPageDef.OperatorDef
extends java.lang.Enum<MonitorProcessesPageDef.OperatorDef>

List of all available operators.


Enum Constant Summary
AFTER
           
BEFORE
           
BETWEEN
           
CONTAINS
           
DOES_NOT_CONTAIN
           
ENDS_WITH
           
EQUALS
           
EXISTS
           
GREATER_THAN
           
GREATER_THAN_EQUALS
           
IN
           
IS_BLANK
           
IS_NOT_BLANK
           
LESS_THAN
           
LESS_THAN_EQUALS
           
LIKE
           
NO_OPERATOR
           
NOT_BETWEEN
           
NOT_EQUALS
           
ON_OR_AFTER
           
ON_OR_BEFORE
           
STARTS_WITH
           
 
Method Summary
 java.lang.String getLabel()
           
 int getOperandCount()
          Returns the number of operands required by an OperatorType instance.
 java.lang.String getSymbol()
           
static MonitorProcessesPageDef.OperatorDef valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MonitorProcessesPageDef.OperatorDef[] 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, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

NO_OPERATOR

public static final MonitorProcessesPageDef.OperatorDef NO_OPERATOR

EQUALS

public static final MonitorProcessesPageDef.OperatorDef EQUALS

GREATER_THAN

public static final MonitorProcessesPageDef.OperatorDef GREATER_THAN

GREATER_THAN_EQUALS

public static final MonitorProcessesPageDef.OperatorDef GREATER_THAN_EQUALS

LESS_THAN

public static final MonitorProcessesPageDef.OperatorDef LESS_THAN

LESS_THAN_EQUALS

public static final MonitorProcessesPageDef.OperatorDef LESS_THAN_EQUALS

NOT_EQUALS

public static final MonitorProcessesPageDef.OperatorDef NOT_EQUALS

LIKE

public static final MonitorProcessesPageDef.OperatorDef LIKE

CONTAINS

public static final MonitorProcessesPageDef.OperatorDef CONTAINS

DOES_NOT_CONTAIN

public static final MonitorProcessesPageDef.OperatorDef DOES_NOT_CONTAIN

STARTS_WITH

public static final MonitorProcessesPageDef.OperatorDef STARTS_WITH

ENDS_WITH

public static final MonitorProcessesPageDef.OperatorDef ENDS_WITH

IS_BLANK

public static final MonitorProcessesPageDef.OperatorDef IS_BLANK

IS_NOT_BLANK

public static final MonitorProcessesPageDef.OperatorDef IS_NOT_BLANK

BETWEEN

public static final MonitorProcessesPageDef.OperatorDef BETWEEN

NOT_BETWEEN

public static final MonitorProcessesPageDef.OperatorDef NOT_BETWEEN

EXISTS

public static final MonitorProcessesPageDef.OperatorDef EXISTS

IN

public static final MonitorProcessesPageDef.OperatorDef IN

BEFORE

public static final MonitorProcessesPageDef.OperatorDef BEFORE

AFTER

public static final MonitorProcessesPageDef.OperatorDef AFTER

ON_OR_BEFORE

public static final MonitorProcessesPageDef.OperatorDef ON_OR_BEFORE

ON_OR_AFTER

public static final MonitorProcessesPageDef.OperatorDef ON_OR_AFTER
Method Detail

values

public static MonitorProcessesPageDef.OperatorDef[] 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 (MonitorProcessesPageDef.OperatorDef c : MonitorProcessesPageDef.OperatorDef.values())
    System.out.println(c);

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

valueOf

public static MonitorProcessesPageDef.OperatorDef 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:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

getSymbol

public java.lang.String getSymbol()

getLabel

public java.lang.String getLabel()

getOperandCount

public int getOperandCount()
Returns the number of operands required by an OperatorType instance. This may be useful in determining the number of input components to display for the operator and attribute.

Returns:
an int

Oracle Fusion Middleware extensions for Enterprise Scheduler Service
11g Release 1 (11.1.1.5)

E22563-01

Copyright © 2011 Oracle. All Rights Reserved.