|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.businessobjects.rebean.wi.LogicalOperator
public final class LogicalOperator
Warning: This class is no longer functional from the SAP BusinessObjects 4.0 release onwards.
LogicalOperator class represents all possible logical operators for FilterConditionContainer.
FilterConditionContainer,
Serialized Form| Field Summary | |
|---|---|
static int |
_AND
int value of AND.value() |
static int |
_OR
int value of OR.value() |
static LogicalOperator |
AND
And. |
static LogicalOperator |
OR
Or. |
| Method Summary | |
|---|---|
static LogicalOperator |
fromInt(int value)
Returns a LogicalOperator instance corresponding to value, or
null when value does not correspond to any
LogicalOperator |
java.lang.String |
toString()
Returns a String representation of this logical operator
(for debug purposes) |
int |
value()
Returns the int value of this logical operator |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int _OR
int value of OR.value()
public static final int _AND
int value of AND.value()
public static final LogicalOperator OR
public static final LogicalOperator AND
| Method Detail |
|---|
public int value()
int value of this logical operator
value in interface EnumItemint value of this logical operatorpublic java.lang.String toString()
String representation of this logical operator
(for debug purposes)
toString in class java.lang.ObjectString representation of this logical operator
(for debug purposes)public static LogicalOperator fromInt(int value)
LogicalOperator instance corresponding to value, or
null when value does not correspond to any
LogicalOperator
LogicalOperator instance corresponding to value, or
null when value does not correspond to any
LogicalOperator
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||