|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.businessobjects.rebean.wi.Operator
public final class Operator
Warning: This class is no longer functional from the SAP BusinessObjects 4.0 release onwards.
Operator
class represents all possible operators for FilterCondition
.
FilterCondition
,
FilterConditionObject.createFilterCondition(Operator)
,
Serialized FormField Summary | |
---|---|
static int |
_BETWEEN
int value of BETWEEN.value() |
static int |
_BOTH
int value of BOTH.value() |
static int |
_EQUAL
int value of EQUAL.value() |
static int |
_EXCEPT
int value of EXCEPT.value() |
static int |
_GREATER
int value of GREATER.value() |
static int |
_GREATER_OR_EQUAL
int value of GREATER_OR_EQUAL.value() |
static int |
_IN_LIST
int value of IN_LIST.value() |
static int |
_IS_NULL
int value of IS_NULL.value() |
static int |
_LESS
int value of LESS.value() |
static int |
_LESS_OR_EQUAL
int value of LESS_OR_EQUAL.value() |
static int |
_LIKE
int value of LIKE.value() |
static int |
_NOT_BETWEEN
int value of NOT_BETWEEN.value() |
static int |
_NOT_EQUAL
int value of NOT_EQUAL.value() |
static int |
_NOT_IN_LIST
int value of NOT_IN_LIST.value() |
static int |
_NOT_IS_NULL
int value of NOT_IS_NULL.value() |
static int |
_NOT_LIKE
int value of NOT_LIKE.value() |
static Operator |
BETWEEN
Between. |
static Operator |
BOTH
Both (not on document filters). |
static Operator |
EQUAL
Equal to. |
static Operator |
EXCEPT
Except (not on document filters). |
static Operator |
GREATER
Greater than. |
static Operator |
GREATER_OR_EQUAL
Greater than or equal to. |
static Operator |
IN_LIST
In list. |
static Operator |
IS_NULL
Is null. |
static Operator |
LESS
Less than. |
static Operator |
LESS_OR_EQUAL
Less than or equal to. |
static Operator |
LIKE
Like (on text objects only, not on document filters). |
static Operator |
NOT_BETWEEN
Not between. |
static Operator |
NOT_EQUAL
Not equal to. |
static Operator |
NOT_IN_LIST
Not in list. |
static Operator |
NOT_IS_NULL
Not is null. |
static Operator |
NOT_LIKE
Not like (on text objects only, not on document filters). |
Method Summary | |
---|---|
static Operator |
fromInt(int value)
Returns an Operator instance corresponding to value , or
null when value does not correspond to any
Operator |
java.lang.String |
toString()
Returns a String representation of this operator
(for debug purposes) |
int |
value()
Returns the int value of this operator |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int _EQUAL
int
value of EQUAL.value()
public static final int _NOT_EQUAL
int
value of NOT_EQUAL.value()
public static final int _GREATER
int
value of GREATER.value()
public static final int _GREATER_OR_EQUAL
int
value of GREATER_OR_EQUAL.value()
public static final int _LESS
int
value of LESS.value()
public static final int _LESS_OR_EQUAL
int
value of LESS_OR_EQUAL.value()
public static final int _BETWEEN
int
value of BETWEEN.value()
public static final int _NOT_BETWEEN
int
value of NOT_BETWEEN.value()
public static final int _IN_LIST
int
value of IN_LIST.value()
public static final int _NOT_IN_LIST
int
value of NOT_IN_LIST.value()
public static final int _IS_NULL
int
value of IS_NULL.value()
public static final int _NOT_IS_NULL
int
value of NOT_IS_NULL.value()
public static final int _LIKE
int
value of LIKE.value()
public static final int _NOT_LIKE
int
value of NOT_LIKE.value()
public static final int _BOTH
int
value of BOTH.value()
public static final int _EXCEPT
int
value of EXCEPT.value()
public static final Operator EQUAL
public static final Operator NOT_EQUAL
public static final Operator GREATER
public static final Operator GREATER_OR_EQUAL
public static final Operator LESS
public static final Operator LESS_OR_EQUAL
public static final Operator BETWEEN
public static final Operator NOT_BETWEEN
public static final Operator IN_LIST
public static final Operator NOT_IN_LIST
public static final Operator IS_NULL
public static final Operator NOT_IS_NULL
public static final Operator LIKE
DataSourceObject.getType()
public static final Operator NOT_LIKE
DataSourceObject.getType()
public static final Operator BOTH
public static final Operator EXCEPT
Method Detail |
---|
public int value()
int
value of this operator
value
in interface EnumItem
int
value of this operatorpublic java.lang.String toString()
String
representation of this operator
(for debug purposes)
toString
in class java.lang.Object
String
representation of this operator
(for debug purposes)public static Operator fromInt(int value)
Operator
instance corresponding to value
, or
null
when value
does not correspond to any
Operator
Operator
instance corresponding to value
, or
null
when value
does not correspond to any
Operator
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |