Skip navigation links

Oracle Fusion Middleware Identity Governance Framework Identity Directory Java API Reference
11g Release 1 (11.1.1)

E39432-01


oracle.igf.ids
Enum SearchFilter.Operator

java.lang.Object
  extended by java.lang.Enum<SearchFilter.Operator>
      extended by oracle.igf.ids.SearchFilter.Operator

All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<SearchFilter.Operator>
Enclosing class:
SearchFilter

public static enum SearchFilter.Operator
extends java.lang.Enum<SearchFilter.Operator>

Compare operator type in the simple search filter


Enum Constant Summary
BEGINS_WITH
           
CONTAINS
           
ENDS_WITH
           
EQUALS
           
GREATER_EQUAL
           
GREATER_THAN
           
LESS_EQUAL
           
LESS_THAN
           
NOT_CONTAINS
           
NOT_EQUALS
           

 

Method Summary
static SearchFilter.Operator valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SearchFilter.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
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

 

Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait

 

Enum Constant Detail

EQUALS

public static final SearchFilter.Operator EQUALS

NOT_EQUALS

public static final SearchFilter.Operator NOT_EQUALS

CONTAINS

public static final SearchFilter.Operator CONTAINS

NOT_CONTAINS

public static final SearchFilter.Operator NOT_CONTAINS

BEGINS_WITH

public static final SearchFilter.Operator BEGINS_WITH

ENDS_WITH

public static final SearchFilter.Operator ENDS_WITH

GREATER_EQUAL

public static final SearchFilter.Operator GREATER_EQUAL

GREATER_THAN

public static final SearchFilter.Operator GREATER_THAN

LESS_EQUAL

public static final SearchFilter.Operator LESS_EQUAL

LESS_THAN

public static final SearchFilter.Operator LESS_THAN

Method Detail

values

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

Skip navigation links

Oracle Fusion Middleware Identity Governance Framework Identity Directory Java API Reference
11g Release 1 (11.1.1)

E39432-01


Copyright © 2013 Oracle. All Rights Reserved.