|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IOperatorFilterItem
This interface defines an operator
that is used to combine two primitive
expressions in a filter's parsed formula string.
For example, in the Filter object
{Customer.Country} ="USA" AND {Customer.Region} ="CA",
AND is an OperatorFilterItem.
| Method Summary | |
|---|---|
java.lang.String |
getOperator()
Returns the type of operation being performed on the field. |
void |
setOperator(java.lang.String operator)
Sets the type of operation being performed on the field. |
| Methods inherited from interface com.crystaldecisions.sdk.occa.report.data.IFilterItem |
|---|
computeText, displayText |
| Method Detail |
|---|
java.lang.String getOperator()
Returns the type of operation being performed on the field. The different types of operators are:
String.void setOperator(java.lang.String operator)
Sets the type of operation being performed on the field. The different types of operators are:
operator - The type of operator as a String.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||