|
Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server 11g Release 2 (11.1.2) E27155-01 ESAPI |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Object
java.lang.Enum<ComparatorType>
oracle.security.jps.service.policystore.search.ComparatorType
public enum ComparatorType
A representation of comparison operator.
| Enum Constant Summary | |
|---|---|
EQUALITYThe equals-to operator. |
|
GREATER_THANThe greater-than operator. |
|
GREATER_THAN_OR_EQUAL_TOThe greater-than-or-equal-to operator. |
|
LESS_THANThe less-than operator. |
|
LESS_THAN_OR_EQUAL_TOThe less-than-or-equal-to operator. |
|
| Method Summary | |
|---|---|
static ComparatorType |
valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. |
static ComparatorType[] |
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 |
|---|
public static final ComparatorType EQUALITY
public static final ComparatorType LESS_THAN
public static final ComparatorType GREATER_THAN
public static final ComparatorType LESS_THAN_OR_EQUAL_TO
public static final ComparatorType GREATER_THAN_OR_EQUAL_TO
| Method Detail |
|---|
public static ComparatorType[] values()
for (ComparatorType c : ComparatorType.values())
System.out.println(c);
public static ComparatorType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null
|
Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server 11g Release 2 (11.1.2) E27155-01 ESAPI |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||