com.crystaldecisions.sdk.occa.report.data
Interface IOperatorFilterItem

All Superinterfaces:
IClone, IFilterItem
All Known Implementing Classes:
OperatorFilterItem

public interface IOperatorFilterItem
extends IFilterItem

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

getOperator

java.lang.String getOperator()

Returns the type of operation being performed on the field. The different types of operators are:

Returns:
The type of operator as a String.

setOperator

void setOperator(java.lang.String operator)

Sets the type of operation being performed on the field. The different types of operators are:

Parameters:
operator - The type of operator as a String.