com.sas.dataselectors.exceptionhighlighting
Interface ExceptionHighlightingOLAPRuleInterface

All Superinterfaces:
ExceptionHighlightingRuleInterface
All Known Implementing Classes:
ExceptionHighlightingOLAPRule

public interface ExceptionHighlightingOLAPRuleInterface
extends ExceptionHighlightingRuleInterface

Represents an exception highlighting rule for olap

Since:
3.1.4

Field Summary
 
Fields inherited from interface com.sas.dataselectors.exceptionhighlighting.ExceptionHighlightingRuleInterface
LEFT, REPLACEMENT, RIGHT
 
Method Summary
 java.lang.String getApplyToSelectedIndex()
          Gets what to apply rule to
 java.lang.String[] getSelectedLevels()
           
 void setApplyToSelectedIndex(java.lang.String applyTo)
          Sets what to apply rule to
 void setSelectedLevels(java.lang.String[] selectedLevels)
           
 
Methods inherited from interface com.sas.dataselectors.exceptionhighlighting.ExceptionHighlightingRuleInterface
getCondition, getExpression, getFillColor, getFont, getFontColor, getFontSize, getId, getImage, getImageTextPosition, getLabel, getMaxValue, getMeasure, getMinValue, getOutlineColor, getText, getTextFont, getTextFontColor, getTextFontSize, getValue, isAddImage, isAddText, isBold, isItalic, isMaxValueUserDefined, isMinValueUserDefined, isTextBold, isTextItalic, isTextUnderline, isUnderline, isValueUserDefined, setAddImage, setAddText, setBold, setCondition, setFillColor, setFont, setFontColor, setFontSize, setId, setImage, setImageTextPosition, setItalic, setLabel, setMaxValue, setMaxValueUserDefined, setMeasure, setMinValue, setMinValueUserDefined, setOutlineColor, setText, setTextBold, setTextFont, setTextFontColor, setTextFontSize, setTextItalic, setTextUnderline, setUnderline, setValue, setValueUserDefined
 

Method Detail

getApplyToSelectedIndex

java.lang.String getApplyToSelectedIndex()
Gets what to apply rule to

Returns:
what to apply rule to

setApplyToSelectedIndex

void setApplyToSelectedIndex(java.lang.String applyTo)
Sets what to apply rule to

Parameters:
applyTo - sets what to apply rule to

getSelectedLevels

java.lang.String[] getSelectedLevels()

setSelectedLevels

void setSelectedLevels(java.lang.String[] selectedLevels)



Copyright © 2009 SAS Institute Inc. All Rights Reserved.