|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter 11g Release 1 (11.1.1.3.0) E15995-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.webcenter.search.ComparatorConstants
public class ComparatorConstants
An enumeration of all the possible comparators in the system. It combines various comparators for different data types ranging from dates, numbers, and strings, able to support respectively Calendar, Number, and String Java data types.
| Field Summary | |
|---|---|
static java.lang.String |
CONTAINSAttribute contains value passed in. |
static java.lang.String |
ENDS_WITHAttribute ends with the value passed in. |
static java.lang.String |
EQUALSAttribute is equal to value passed in. |
static java.lang.String |
GREATER_THANAttribute is greater than the value passed in. |
static java.lang.String |
GREATER_THAN_OR_EQUALSAttribute is greater than or equal to value passed in. |
static java.lang.String |
LESS_THANAttribute is less than the value passed in. |
static java.lang.String |
LESS_THAN_OR_EQUALSAttribute is less than or equal to the value passed in. |
static java.lang.String |
NOT_EQUALSAttribute is not equal to the value passed in. |
static java.lang.String |
REG_EXP_MATCHFor Strings |
static java.lang.String |
SINCE_NUM_DAYSThe value is N + 1 where N is since N days. |
static java.lang.String |
STARTS_WITHAttribute starts with the value passed in. |
| Constructor Summary | |
|---|---|
ComparatorConstants() |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String EQUALS
public static final java.lang.String NOT_EQUALS
public static final java.lang.String GREATER_THAN
public static final java.lang.String GREATER_THAN_OR_EQUALS
public static final java.lang.String LESS_THAN
public static final java.lang.String LESS_THAN_OR_EQUALS
public static final java.lang.String SINCE_NUM_DAYS
public static final java.lang.String CONTAINS
public static final java.lang.String STARTS_WITH
public static final java.lang.String ENDS_WITH
public static final java.lang.String REG_EXP_MATCH
| Constructor Detail |
|---|
public ComparatorConstants()
|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter 11g Release 1 (11.1.1.3.0) E15995-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||