com.sas.dataselectors.export
Interface OLAPExportSelectorInterface

All Superinterfaces:
ExportSelectorInterface
All Known Implementing Classes:
OLAPExportSelectorAdapter

public interface OLAPExportSelectorInterface
extends ExportSelectorInterface

Represents an ExportSelector adapter for multidimensional data.

Since:
3.1

Field Summary
 
Fields inherited from interface com.sas.dataselectors.export.ExportSelectorInterface
ALL_ROWS, EXCEL_CSV_OUTPUT_TYPE, EXCEL_HTML_OUTPUT_TYPE, EXCEL_TSV_OUTPUT_TYPE, EXCEL_XML_OUTPUT_TYPE, EXPORT_TO, FORMATTED_DATA, MAX_NROWS, MIN_NROWS, NOT_REPEAT_ROW_LABELS, PARTIAL_ROWS, RAW_DATA, REPEAT_ROW_LABELS, SAVE_AS, WORD_HTML_OUTPUT_TYPE
 
Method Summary
 boolean isRepeatRowLabels()
          Returns true if the row labels must be repeated in the exported data when the model is expanded, false otherwise.
 void setIsRepeatRowLabels(boolean isRepeatRowLabels)
          Sets if the row labels must be repeated in the exported data when the model is expanded.
 
Methods inherited from interface com.sas.dataselectors.export.ExportSelectorInterface
getFromRowCount, getIncludeRows, getNRows, getOutputType, getStartRow, getToRowCount, isFormattedData, isRawDataAvailable, setFromRowCount, setIncludeRows, setIsFormattedData, setOutputType, setToRowCount
 

Method Detail

isRepeatRowLabels

boolean isRepeatRowLabels()
Returns true if the row labels must be repeated in the exported data when the model is expanded, false otherwise.

Returns:
boolean true if the row labels must be repeated in the exported data when the model is expanded, false otherwise.

setIsRepeatRowLabels

void setIsRepeatRowLabels(boolean isRepeatRowLabels)
Sets if the row labels must be repeated in the exported data when the model is expanded.

Parameters:
isRepeatRowLabels - true if the row labels must be repeated in the exported data when the model is expanded, false otherwise.



Copyright © 2009 SAS Institute Inc. All Rights Reserved.