|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.dataselectors.exceptionhighlighting.ExceptionHighlightingRule
public class ExceptionHighlightingRule
class that contains attributes and methods for manipulating an EH Rule.
Field Summary | |
---|---|
protected boolean |
addImage
|
protected boolean |
addText
|
protected java.lang.String |
assignment
The assignment for expression |
protected boolean |
bold
|
protected java.lang.String |
condition
The condition for expression |
protected java.lang.String |
fillColor
The fill color |
protected java.lang.String |
font
The font |
protected java.lang.String |
fontColor
The font color |
protected java.lang.String |
fontSize
The font size |
protected java.lang.String |
id
The id of this rule |
protected java.lang.String |
image
|
protected java.lang.String |
imageTextPosition
|
protected boolean |
isMeasure
|
protected boolean |
italic
|
protected java.lang.String |
label
The label (human readable name) of this rule |
protected java.lang.String |
maxValue
|
protected boolean |
maxValueUserDefined
|
protected java.lang.String |
measure
The leftmose side of expression |
protected java.lang.String |
minValue
|
protected boolean |
minValueUserDefined
|
protected java.lang.String |
outlineColor
The outline color |
protected java.lang.String |
text
|
protected boolean |
textBold
|
protected java.lang.String |
textFont
|
protected java.lang.String |
textFontColor
|
protected java.lang.String |
textFontSize
|
protected boolean |
textItalic
|
protected boolean |
textUnderline
|
protected boolean |
underline
|
protected java.lang.String |
value
The rightmost side of expression |
protected boolean |
valueUserDefined
|
Fields inherited from interface com.sas.dataselectors.exceptionhighlighting.ExceptionHighlightingRuleInterface |
---|
LEFT, REPLACEMENT, RIGHT |
Constructor Summary | |
---|---|
ExceptionHighlightingRule()
|
Method Summary | |
---|---|
java.lang.String |
getAssignment()
Gets the assignment of rule expression |
java.lang.String |
getCondition()
Gets the condition for rule expression |
java.lang.String |
getExpression()
Gets the String expression representing this rule |
java.lang.String |
getFillColor()
|
java.lang.String |
getFont()
|
java.lang.String |
getFontColor()
|
java.lang.String |
getFontSize()
|
java.lang.String |
getId()
Gets the unique ID of this rule. |
java.lang.String |
getImage()
|
java.lang.String |
getImageTextPosition()
|
java.lang.String |
getLabel()
Gets the label (human readable name) of this rule |
java.lang.String |
getMaxValue()
Gets the max value for between expression |
java.lang.String |
getMeasure()
Gets the leftmost side of rule expression |
java.lang.String |
getMinValue()
Gets the min value for between expression |
java.lang.String |
getOutlineColor()
|
java.lang.String |
getText()
|
java.lang.String |
getTextFont()
|
java.lang.String |
getTextFontColor()
|
java.lang.String |
getTextFontSize()
|
java.lang.String |
getValue()
Gets the rightmost side of rule expression |
boolean |
isAddImage()
|
boolean |
isAddText()
|
boolean |
isBold()
|
boolean |
isItalic()
|
boolean |
isMaxValueUserDefined()
|
boolean |
isMeasure()
|
boolean |
isMinValueUserDefined()
|
boolean |
isTextBold()
|
boolean |
isTextItalic()
|
boolean |
isTextUnderline()
|
boolean |
isUnderline()
|
boolean |
isValueUserDefined()
|
void |
setAddImage(boolean addImage)
|
void |
setAddText(boolean addText)
|
void |
setAssignment(java.lang.String assignment)
Sets the assignment of rule expression |
void |
setBold(boolean bold)
|
void |
setCondition(java.lang.String condition)
Sets the condition for rule expression |
void |
setFillColor(java.lang.String fillColor)
|
void |
setFont(java.lang.String font)
|
void |
setFontColor(java.lang.String fontColor)
|
void |
setFontSize(java.lang.String fontSize)
|
void |
setId(java.lang.String id)
Sets the unique ID of this rule |
void |
setImage(java.lang.String image)
|
void |
setImageTextPosition(java.lang.String imageTextPosition)
|
void |
setIsMeasure(boolean isMeasure)
|
void |
setItalic(boolean italic)
|
void |
setLabel(java.lang.String label)
Sets the label (human readable name) of this rule |
void |
setMaxValue(java.lang.String maxValue)
Sets the max value for between expression |
void |
setMaxValueUserDefined(boolean maxValueUserDefined)
|
void |
setMeasure(java.lang.String measure)
Sets the leftmost side of rule expression |
void |
setMinValue(java.lang.String minValue)
Sets the min value for between expression |
void |
setMinValueUserDefined(boolean minValueUserDefined)
|
void |
setOutlineColor(java.lang.String outlineColor)
|
void |
setText(java.lang.String text)
|
void |
setTextBold(boolean textBold)
|
void |
setTextFont(java.lang.String textFont)
|
void |
setTextFontColor(java.lang.String textFontColor)
|
void |
setTextFontSize(java.lang.String textFontSize)
|
void |
setTextItalic(boolean textItalic)
|
void |
setTextUnderline(boolean textUnderline)
|
void |
setToDefaults()
|
void |
setUnderline(boolean underline)
|
void |
setValue(java.lang.String value)
Sets the rightmost side of rule expression |
void |
setValueUserDefined(boolean valueUserDefined)
|
Field Detail |
---|
protected java.lang.String id
protected java.lang.String label
protected java.lang.String measure
protected boolean isMeasure
protected java.lang.String value
protected boolean valueUserDefined
protected java.lang.String minValue
protected boolean minValueUserDefined
protected java.lang.String maxValue
protected boolean maxValueUserDefined
protected java.lang.String assignment
protected java.lang.String condition
protected java.lang.String outlineColor
protected java.lang.String fillColor
protected java.lang.String fontColor
protected java.lang.String font
protected java.lang.String fontSize
protected boolean bold
protected boolean italic
protected boolean underline
protected boolean addImage
protected boolean addText
protected java.lang.String imageTextPosition
protected java.lang.String textFont
protected java.lang.String textFontColor
protected java.lang.String textFontSize
protected boolean textBold
protected boolean textItalic
protected boolean textUnderline
protected java.lang.String text
protected java.lang.String image
Constructor Detail |
---|
public ExceptionHighlightingRule()
Method Detail |
---|
public void setToDefaults()
public java.lang.String getCondition()
ExceptionHighlightingRuleInterface
getCondition
in interface ExceptionHighlightingRuleInterface
public void setCondition(java.lang.String condition)
ExceptionHighlightingRuleInterface
setCondition
in interface ExceptionHighlightingRuleInterface
condition
- The condition to set.public java.lang.String getId()
ExceptionHighlightingRuleInterface
getId
in interface ExceptionHighlightingRuleInterface
public void setId(java.lang.String id)
ExceptionHighlightingRuleInterface
setId
in interface ExceptionHighlightingRuleInterface
id
- The id to set.public java.lang.String getLabel()
ExceptionHighlightingRuleInterface
getLabel
in interface ExceptionHighlightingRuleInterface
public void setLabel(java.lang.String label)
ExceptionHighlightingRuleInterface
setLabel
in interface ExceptionHighlightingRuleInterface
label
- The label to set.public java.lang.String getExpression()
ExceptionHighlightingRuleInterface
getExpression
in interface ExceptionHighlightingRuleInterface
public java.lang.String getOutlineColor()
getOutlineColor
in interface ExceptionHighlightingRuleInterface
public void setOutlineColor(java.lang.String outlineColor)
setOutlineColor
in interface ExceptionHighlightingRuleInterface
outlineColor
- The outlineColor to set.public java.lang.String getFillColor()
getFillColor
in interface ExceptionHighlightingRuleInterface
public void setFillColor(java.lang.String fillColor)
setFillColor
in interface ExceptionHighlightingRuleInterface
fillColor
- The fillColor to set.public java.lang.String getFontColor()
getFontColor
in interface ExceptionHighlightingRuleInterface
public void setFontColor(java.lang.String fontColor)
setFontColor
in interface ExceptionHighlightingRuleInterface
fontColor
- The fontColor to set.public java.lang.String getFont()
getFont
in interface ExceptionHighlightingRuleInterface
public void setFont(java.lang.String font)
setFont
in interface ExceptionHighlightingRuleInterface
font
- The font to set.public java.lang.String getFontSize()
getFontSize
in interface ExceptionHighlightingRuleInterface
public void setFontSize(java.lang.String fontSize)
setFontSize
in interface ExceptionHighlightingRuleInterface
fontSize
- The fontSize to set.public boolean isBold()
isBold
in interface ExceptionHighlightingRuleInterface
public void setBold(boolean bold)
setBold
in interface ExceptionHighlightingRuleInterface
bold
- The bold to set.public boolean isItalic()
isItalic
in interface ExceptionHighlightingRuleInterface
public void setItalic(boolean italic)
setItalic
in interface ExceptionHighlightingRuleInterface
italic
- The italic to set.public boolean isUnderline()
isUnderline
in interface ExceptionHighlightingRuleInterface
public void setUnderline(boolean underline)
setUnderline
in interface ExceptionHighlightingRuleInterface
underline
- The underline to set.public boolean isAddImage()
isAddImage
in interface ExceptionHighlightingRuleInterface
public void setAddImage(boolean addImage)
setAddImage
in interface ExceptionHighlightingRuleInterface
addImage
- The addImage to set.public boolean isAddText()
isAddText
in interface ExceptionHighlightingRuleInterface
public void setAddText(boolean addText)
setAddText
in interface ExceptionHighlightingRuleInterface
addText
- The addText to set.public java.lang.String getImageTextPosition()
getImageTextPosition
in interface ExceptionHighlightingRuleInterface
public void setImageTextPosition(java.lang.String imageTextPosition)
setImageTextPosition
in interface ExceptionHighlightingRuleInterface
imageTextPosition
- The imageTextPosition to set.public boolean isTextBold()
isTextBold
in interface ExceptionHighlightingRuleInterface
public void setTextBold(boolean textBold)
setTextBold
in interface ExceptionHighlightingRuleInterface
textBold
- The textBold to set.public java.lang.String getTextFont()
getTextFont
in interface ExceptionHighlightingRuleInterface
public void setTextFont(java.lang.String textFont)
setTextFont
in interface ExceptionHighlightingRuleInterface
textFont
- The textFont to set.public java.lang.String getTextFontColor()
getTextFontColor
in interface ExceptionHighlightingRuleInterface
public void setTextFontColor(java.lang.String textFontColor)
setTextFontColor
in interface ExceptionHighlightingRuleInterface
textFontColor
- The textFontColor to set.public java.lang.String getTextFontSize()
getTextFontSize
in interface ExceptionHighlightingRuleInterface
public void setTextFontSize(java.lang.String textFontSize)
setTextFontSize
in interface ExceptionHighlightingRuleInterface
textFontSize
- The textFontSize to set.public boolean isTextItalic()
isTextItalic
in interface ExceptionHighlightingRuleInterface
public void setTextItalic(boolean textItalic)
setTextItalic
in interface ExceptionHighlightingRuleInterface
textItalic
- The textItalic to set.public boolean isTextUnderline()
isTextUnderline
in interface ExceptionHighlightingRuleInterface
public void setTextUnderline(boolean textUnderline)
setTextUnderline
in interface ExceptionHighlightingRuleInterface
textUnderline
- The textUnderline to set.public java.lang.String getImage()
getImage
in interface ExceptionHighlightingRuleInterface
public void setImage(java.lang.String image)
setImage
in interface ExceptionHighlightingRuleInterface
image
- The image to set.public java.lang.String getText()
getText
in interface ExceptionHighlightingRuleInterface
public void setText(java.lang.String text)
setText
in interface ExceptionHighlightingRuleInterface
text
- The text to set.public java.lang.String getMaxValue()
ExceptionHighlightingRuleInterface
getMaxValue
in interface ExceptionHighlightingRuleInterface
public void setMaxValue(java.lang.String maxValue)
ExceptionHighlightingRuleInterface
setMaxValue
in interface ExceptionHighlightingRuleInterface
maxValue
- The maxValue to set.public boolean isMaxValueUserDefined()
isMaxValueUserDefined
in interface ExceptionHighlightingRuleInterface
public void setMaxValueUserDefined(boolean maxValueUserDefined)
setMaxValueUserDefined
in interface ExceptionHighlightingRuleInterface
maxValueUserDefined
- The maxValueUserDefined to set.public java.lang.String getMeasure()
ExceptionHighlightingRuleInterface
getMeasure
in interface ExceptionHighlightingRuleInterface
public void setMeasure(java.lang.String measure)
ExceptionHighlightingRuleInterface
setMeasure
in interface ExceptionHighlightingRuleInterface
measure
- The measure to set.public java.lang.String getMinValue()
ExceptionHighlightingRuleInterface
getMinValue
in interface ExceptionHighlightingRuleInterface
public void setMinValue(java.lang.String minValue)
ExceptionHighlightingRuleInterface
setMinValue
in interface ExceptionHighlightingRuleInterface
minValue
- The minValue to set.public boolean isMinValueUserDefined()
isMinValueUserDefined
in interface ExceptionHighlightingRuleInterface
public void setMinValueUserDefined(boolean minValueUserDefined)
setMinValueUserDefined
in interface ExceptionHighlightingRuleInterface
minValueUserDefined
- The minValueUserDefined to set.public java.lang.String getValue()
ExceptionHighlightingRuleInterface
getValue
in interface ExceptionHighlightingRuleInterface
public void setValue(java.lang.String value)
ExceptionHighlightingRuleInterface
setValue
in interface ExceptionHighlightingRuleInterface
value
- The value to set.public boolean isValueUserDefined()
isValueUserDefined
in interface ExceptionHighlightingRuleInterface
public void setValueUserDefined(boolean valueUserDefined)
setValueUserDefined
in interface ExceptionHighlightingRuleInterface
valueUserDefined
- The valueUserDefined to set.public java.lang.String getAssignment()
ExceptionHighlightingRuleInterface
getAssignment
in interface ExceptionHighlightingRuleInterface
public void setAssignment(java.lang.String assignment)
ExceptionHighlightingRuleInterface
setAssignment
in interface ExceptionHighlightingRuleInterface
measure
- The measure to set.public boolean isMeasure()
isMeasure
in interface ExceptionHighlightingRuleInterface
public void setIsMeasure(boolean isMeasure)
setIsMeasure
in interface ExceptionHighlightingRuleInterface
isMeasure
- Whether or no a measure.
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |