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.service.policystore.search
Class ComparatorType

java.lang.Object
  extended by java.lang.Enum
      extended by oracle.security.jps.service.policystore.search.ComparatorType

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

public final class ComparatorType
extends java.lang.Enum
See Also:
Serialized Form

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

 

Method Summary
static ComparatorType valueOf(java.lang.String name)
           
static ComparatorType[] 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 ComparatorType EQUALITY
The equals-to operator.

LESS_THAN

public static final ComparatorType LESS_THAN
The less-than operator.

GREATER_THAN

public static final ComparatorType GREATER_THAN
The greater-than operator.

LESS_THAN_OR_EQUAL_TO

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

GREATER_THAN_OR_EQUAL_TO

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

Method Detail

values

public static ComparatorType[] values()

valueOf

public static ComparatorType 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.