|
Oracle Fusion Middleware Java API Reference for Oracle ADF Share 11g Release 1 (11.1.1.7.1) E10686-09 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Object
java.lang.Enum<Comparator>
oracle.adf.share.security.search.Comparator
public enum Comparator
| Enum Constant Summary | |
|---|---|
EQUAL_TOThe 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 Comparator |
valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. |
static Comparator[] |
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 |
|---|
public static final Comparator EQUAL_TO
public static final Comparator LESS_THAN
public static final Comparator GREATER_THAN
public static final Comparator LESS_THAN_OR_EQUAL_TO
public static final Comparator GREATER_THAN_OR_EQUAL_TO
| Method Detail |
|---|
public static Comparator[] values()
for (Comparator c : Comparator.values())
System.out.println(c);
public static Comparator 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 Java API Reference for Oracle ADF Share 11g Release 1 (11.1.1.7.1) E10686-09 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||