|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.businessobjects.rebean.wi.Feature
com.businessobjects.rebean.wi.ConditionOperatorFeature
public class ConditionOperatorFeature
Warning: This class is no longer functional from the SAP BusinessObjects 4.0 release onwards.
ConditionOperatorFeature is a set of Operator allowed to apply to
ConditionObject in a Query.
Example:Check whether the data provider supports ConditionOperatorFeature
DataProvider dp = wiDoc.getDataProviders().getItem(0);
out.print(dp.isSupported(new ConditionOperatorFeature( new Operator[] { Operator.BOTH, Operator.EXCEPT })));
DataProvider.isSupported(Feature),
DataProviderFeature,
QueryFeature,
Serialized Form| Constructor Summary | |
|---|---|
ConditionOperatorFeature(Operator[] operators)
Constructor. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
|
boolean |
implies(Feature f)
Checks if this feature implies another Feature f. |
java.lang.String |
toString()
The String value of a ConditionOperatorFeature instance. |
| Methods inherited from class java.lang.Object |
|---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ConditionOperatorFeature(Operator[] operators)
operators - array of Operator| Method Detail |
|---|
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic boolean implies(Feature f)
f.
implies in class Featuref - a given feature
true or falsepublic java.lang.String toString()
String value of a ConditionOperatorFeature instance.
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||