|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISummaryFieldBase
This interface defines the basic operations for summary fields.
Method Summary | |
---|---|
SummaryOperation |
getOperation()
Returns the manner in which the summary will be calculated. |
int |
getOperationParameter()
Gets the operation parameter. |
IField |
getSecondarySummarizedField()
Gets the secondary summarized field. |
IField |
getSummarizedField()
Returns the field that is being used to calculate the summary. |
void |
setOperation(SummaryOperation operation)
Sets the manner in which the summary will be calculated. |
void |
setOperationParameter(int parameter)
Sets the operation parameter. |
void |
setSecondarySummarizedField(IField summarizedField)
Sets the secondary summarized field. |
void |
setSummarizedField(IField summarizedField)
Sets the field that is being used to calculate the summary. |
Methods inherited from interface com.crystaldecisions.sdk.occa.report.data.IField |
---|
getDescription, getDisplayName, getFormulaForm, getHeadingText, getIsRecurring, getKind, getLength, getLongName, getName, getShortName, getType, setDescription, setHeadingText, setLength, setName, setType |
Method Detail |
---|
SummaryOperation getOperation()
SummaryOperation
object that specifies the manner in which the summary will
be calculated.IField getSummarizedField()
IField
object containing the field that is being used to calculate
the summary.void setOperation(SummaryOperation operation)
operation
- A SummaryOperation
object that specifies the manner in which the summary will
be calculated.void setSummarizedField(IField summarizedField)
summarizedField
- An IField
object containing the field that is being used to calculate
the summary.int getOperationParameter()
SummaryOperation
types do not need a parameter, however, some summary operations
(i.e., "Nth Largest, N is") require an integer parameter.
int
parameter for the SummaryOperation
getOperation()
void setOperationParameter(int parameter)
SummaryOperation
types do not need a parameter, however, some summary operations
(i.e., "Nth Largest, N is") require an integer parameter.
parameter
- the int
parameter used by the SummaryOperation
setOperation(SummaryOperation)
IField getSecondarySummarizedField()
void setSecondarySummarizedField(IField summarizedField)
summarizedField
- the secondary summarized field
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |