com.sas.dataselectors.exceptionhighlighting
Class ExceptionHighlightingOLAPRule

com.sas.dataselectors.exceptionhighlighting.ExceptionHighlightingOLAPRule
All Implemented Interfaces:
ExceptionHighlightingOLAPRuleInterface, ExceptionHighlightingRuleInterface

public class ExceptionHighlightingOLAPRule
implements ExceptionHighlightingOLAPRuleInterface

class that contains attributes and methods for manipulating an EH OLAP Rule.

Since:
3.1.4

Field Summary
protected  java.lang.String applyToSelectedIndex
           
protected  java.lang.String[] selectedLevels
           
 
Fields inherited from class com.sas.dataselectors.exceptionhighlighting.ExceptionHighlightingRule
addImage, addText, bold, condition, fillColor, font, fontColor, fontSize, id, image, imageTextPosition, italic, label, maxValue, maxValueUserDefined, measure, minValue, minValueUserDefined, outlineColor, text, textBold, textFont, textFontColor, textFontSize, textItalic, textUnderline, underline, value, valueUserDefined
 
Fields inherited from interface com.sas.dataselectors.exceptionhighlighting.ExceptionHighlightingRuleInterface
LEFT, REPLACEMENT, RIGHT
 
Constructor Summary
ExceptionHighlightingOLAPRule()
           
 
Method Summary
 java.lang.String getApplyToSelectedIndex()
          Gets what to apply rule to
 java.lang.String getExpression()
          Gets the String expression representing this rule
 java.lang.String[] getSelectedLevels()
           
 void setApplyToSelectedIndex(java.lang.String applyToSelectedIndex)
          Sets what to apply rule to
 void setSelectedLevels(java.lang.String[] selectedLevels)
           
 
Methods inherited from class com.sas.dataselectors.exceptionhighlighting.ExceptionHighlightingRule
getCondition, 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, setToDefaults, setUnderline, setValue, setValueUserDefined
 
Methods inherited from interface com.sas.dataselectors.exceptionhighlighting.ExceptionHighlightingRuleInterface
getCondition, 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
 

Field Detail

applyToSelectedIndex

protected java.lang.String applyToSelectedIndex

selectedLevels

protected java.lang.String[] selectedLevels
Constructor Detail

ExceptionHighlightingOLAPRule

public ExceptionHighlightingOLAPRule()
Method Detail

getExpression

public java.lang.String getExpression()
Description copied from interface: ExceptionHighlightingRuleInterface
Gets the String expression representing this rule

Specified by:
getExpression in interface ExceptionHighlightingRuleInterface
Overrides:
getExpression in class ExceptionHighlightingRule
Returns:
Returns the Expression

getApplyToSelectedIndex

public java.lang.String getApplyToSelectedIndex()
Description copied from interface: ExceptionHighlightingOLAPRuleInterface
Gets what to apply rule to

Specified by:
getApplyToSelectedIndex in interface ExceptionHighlightingOLAPRuleInterface
Returns:
Returns the applyToSelectedIndex.

setApplyToSelectedIndex

public void setApplyToSelectedIndex(java.lang.String applyToSelectedIndex)
Description copied from interface: ExceptionHighlightingOLAPRuleInterface
Sets what to apply rule to

Specified by:
setApplyToSelectedIndex in interface ExceptionHighlightingOLAPRuleInterface
Parameters:
applyToSelectedIndex - The applyToSelectedIndex to set.

getSelectedLevels

public java.lang.String[] getSelectedLevels()
Specified by:
getSelectedLevels in interface ExceptionHighlightingOLAPRuleInterface
Returns:
Returns the selectedLevels.

setSelectedLevels

public void setSelectedLevels(java.lang.String[] selectedLevels)
Specified by:
setSelectedLevels in interface ExceptionHighlightingOLAPRuleInterface
Parameters:
selectedLevels - The selectedLevels to set.



Copyright © 2009 SAS Institute Inc. All Rights Reserved.