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

All Superinterfaces:
IClone, IGroupOptions
All Known Implementing Classes:
BooleanGroupOptions

public interface IBooleanGroupOptions
extends IGroupOptions

This interface is used to define options that are available if data is grouped by a boolean field.


Method Summary
 BooleanCondition getBooleanCondition()
          Gets the Boolean condition that is used when data is grouped by the boolean field.
 void setBooleanCondition(BooleanCondition booleanCondition)
          Set the boolean condition that is used when data is grouped by a boolean field.
 
Methods inherited from interface com.crystaldecisions.sdk.occa.report.data.IGroupOptions
getConditionFormulas, getHierarchicalOptions, isSortedHierarchically, setConditionFormulas, setHierarchicalOptions
 

Method Detail

getBooleanCondition

BooleanCondition getBooleanCondition()
Gets the Boolean condition that is used when data is grouped by the boolean field.

Returns:
The boolean grouping condition in use.

setBooleanCondition

void setBooleanCondition(BooleanCondition booleanCondition)
Set the boolean condition that is used when data is grouped by a boolean field.

Parameters:
booleanCondition - The boolean grouping condition to use.