public class SsmlCfRule extends SsmlXMLTag
XMLContainerImpl.sMode
sSQLLoggingLevel
mContentAndSubtagList
Constructor and Description |
---|
SsmlCfRule(SsmlWorksheet inParentWorksheet,
SsmlCfRuleType inType) |
SsmlCfRule(SsmlWorksheet inParentWorksheet,
SsmlCfRuleType inType,
XMLNamespace inNamespace) |
Modifier and Type | Method and Description |
---|---|
SsmlCfRule |
addFormula(float inValue) |
SsmlCfRule |
addFormula(int inValue) |
SsmlCfRule |
addFormula(String inValue) |
SsmlDataBar |
getOrAddDataBar() |
SsmlCfRuleType |
getType() |
SsmlCfRule |
setAboveAverage(boolean inValue) |
SsmlCfRule |
setBottom(boolean inValue) |
SsmlCfRule |
setEqualAverage(boolean inValue) |
void |
setExtension(SsmlCfRule inValue) |
SsmlCfRule |
setFormat(SsmlDifferentialFormat inValue) |
SsmlCfRule |
setOperator(SsmlCfOperator inValue) |
SsmlCfRule |
setPriority(int inValue) |
SsmlCfRule |
setRank(Integer inValue) |
SsmlCfRule |
setStdDev(Integer inValue) |
SsmlCfRule |
setStopIfTrue(boolean inValue) |
SsmlCfRule |
setText(String inValue) |
SsmlCfRule |
setTimePeriod(SsmlCfTimePeriod inValue) |
SsmlCfRule |
setTop10Percent(boolean inValue) |
getParentDoc, setAttribute
colorToCT_Color, generateUID, getLogger, orderSubtags, setParentDoc, toIndentedXML, toXML
addSubtag, addSubtag, addXMLNamespaceDeclaration, clone, compareTo, equals, findNodesByAttributeValue, findNodesByAttributeValue, getAttribute, getAttribute, getAttributes, getAttributeValue, getAttributeValue, getEndTag, getNamespace, getQualifiedTagName, getStartTag, getTagName, hasAttribute, hasAttribute, hasAttributes, isEmptyTag, removeAttribute, removeAttribute, replaceCharacterEntities, setAttribute, setAttribute, setAttributes, setContent, setDefaultXMLNamespaceDeclaration, setNamespace, setSortAttributesBeforeWriting, setTagName, setTagName, sortAttributes, toIndentedXML, toIndentedXML, toIndentedXML, toString, toXML, toXML, toXML, useDoubleQuotes, verifyTagName, verifyTagName, verifyTagName, verifyTagName
addContent, addContentWithoutEscaping, addSubtag, addSubtag, addSubtags, clearContent, clearSubtags, getContent, getContentPlusSubtagList, getNextSibling, getOptionalSubtagByName, getOptionalSubtagByName, getOptionalSubtagByName, getOptionalSubtagByName, getParentNode, getPreviousSibling, getRequiredSubtagById, getRequiredSubtagById, getRequiredSubtagByName, getRequiredSubtagByName, getSubtagByAttribute, getSubtagByAttribute, getSubtags, getSubtagsByAttribute, getSubtagsByAttribute, getSubtagsByAttribute, getSubtagsByAttribute, getSubtagsByAttribute, getSubtagsByClass, getSubtagsByClass, getSubtagsByName, getSubtagsByName, getSubtagsByName, getSubtagsByName, getSubtagsByName, getTotalTagCount, getUnescapedContent, getXMLNodeSubtags, hasContent, hasContentOrSubtags, indexOf, innerHTML, removeSubtag, removeSubtagsByAttribute, removeSubtagsByAttribute, removeSubtagsByAttribute, removeSubtagsByClass, removeSubtagsByClass, removeSubtagsByName, removeSubtagsByName, removeSubtagsByName, setContent, setParentNode, setSubtags
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addContent, addContentWithoutEscaping, addSubtag, addSubtags, clearContent, clearSubtags, getContent, getNextSibling, getOptionalSubtagByName, getOptionalSubtagByName, getParentNode, getPreviousSibling, getRequiredSubtagByName, getRequiredSubtagByName, getSubtags, getSubtagsByName, getSubtagsByName, getSubtagsByName, getSubtagsByName, getTotalTagCount, getUnescapedContent, getXMLNodeSubtags, hasContent, indexOf, removeSubtag, removeSubtagsByName, removeSubtagsByName, setParentNode, setSubtags
public SsmlCfRule(SsmlWorksheet inParentWorksheet, SsmlCfRuleType inType)
public SsmlCfRule(SsmlWorksheet inParentWorksheet, SsmlCfRuleType inType, XMLNamespace inNamespace)
public SsmlCfRuleType getType()
public SsmlCfRule setPriority(int inValue)
public void setExtension(SsmlCfRule inValue)
public SsmlCfRule setFormat(SsmlDifferentialFormat inValue)
public SsmlCfRule setStopIfTrue(boolean inValue)
public SsmlCfRule setAboveAverage(boolean inValue)
public SsmlCfRule setTop10Percent(boolean inValue)
public SsmlCfRule setBottom(boolean inValue)
public SsmlCfRule setEqualAverage(boolean inValue)
public SsmlCfRule setOperator(SsmlCfOperator inValue)
public SsmlCfRule setText(String inValue)
public SsmlCfRule setTimePeriod(SsmlCfTimePeriod inValue)
public SsmlCfRule setRank(Integer inValue)
public SsmlCfRule setStdDev(Integer inValue)
public SsmlDataBar getOrAddDataBar()
public SsmlCfRule addFormula(String inValue)
public SsmlCfRule addFormula(int inValue)
public SsmlCfRule addFormula(float inValue)