Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14650-03


oracle.security.jps.search
Class SearchComparatorType

java.lang.Object
  extended by java.lang.Enum
      extended by oracle.security.jps.search.SearchComparatorType

All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public final class SearchComparatorType
extends java.lang.Enum
Since:
release specific (what release of product did this appear in)
See Also:
Serialized Form

Field Summary
static SearchComparatorType EQUALITY
          The equals-to operator.
static SearchComparatorType GREATER_THAN
          The greater-than operator.
static SearchComparatorType GREATER_THAN_OR_EQUAL_TO
          The greater-than-or-equal-to operator.
static SearchComparatorType LESS_THAN
          The less-than operator.
static SearchComparatorType LESS_THAN_OR_EQUAL_TO
          The less-than-or-equal-to operator.

 

Method Summary
static SearchComparatorType valueOf(java.lang.String name)
           
static SearchComparatorType[] 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

EQUALITY

public static final SearchComparatorType EQUALITY
The equals-to operator.

LESS_THAN

public static final SearchComparatorType LESS_THAN
The less-than operator.

GREATER_THAN

public static final SearchComparatorType GREATER_THAN
The greater-than operator.

LESS_THAN_OR_EQUAL_TO

public static final SearchComparatorType LESS_THAN_OR_EQUAL_TO
The less-than-or-equal-to operator.

GREATER_THAN_OR_EQUAL_TO

public static final SearchComparatorType GREATER_THAN_OR_EQUAL_TO
The greater-than-or-equal-to operator.

Method Detail

values

public static SearchComparatorType[] values()

valueOf

public static SearchComparatorType valueOf(java.lang.String name)

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14650-03


Copyright © 2010, Oracle. All rights reserved.