|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Object
java.lang.Enum<Operator>
com.bea.p13n.model.Operator
public enum Operator
An enumeration representing a comparison operator between a left-hand-side property and a right-hand-side property or literal value.
| Method Summary | |
|---|---|
String |
toDisplayString()Get display text of the operator, localized to the java vm's default locale. |
String |
toSymbol()Get a symbol form of the operator, localized to the java vm's default locale. |
static Operator |
valueOf(String name)Returns the enum constant of this type with the specified name. |
static Operator[] |
values()Returns an array containing the constants of this enum type, in the order theyre 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 Operator EQUAL_TO
public static final Operator NOT_EQUAL_TO
public static final Operator GREATER_THAN
public static final Operator GREATER_THAN_OR_EQUAL_TO
public static final Operator LESS_THAN
public static final Operator LESS_THAN_OR_EQUAL_TO
public static final Operator STRING_CONTAINS
public static final Operator STRING_DOES_NOT_CONTAIN
public static final Operator COLLECTION_CONTAINS
public static final Operator COLLECTION_DOES_NOT_CONTAIN
public static final Operator COLLECTION_CONTAINS_ALL
public static final Operator COLLECTION_CONTAINS_ANY
public static final Operator CONTENT_LIKE
public static final Operator CONTENT_LIKE_IGNORE_CASE
public static final Operator CONTENT_IN
| Method Detail |
|---|
public static final Operator[] values()
public static Operator valueOf(String name)
public String toDisplayString()
public String toSymbol()
|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
Copyright © 2010, Oracle. All rights reserved.