@Deprecated public class ThresholdSet extends ComplexExtendedProperties
AF_NS, DVT_NS, F_NS| Constructor and Description |
|---|
ThresholdSet()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId()
Deprecated.
Description:
Specifies the identifier for the component
|
java.lang.String |
getTagName()
Deprecated.
|
java.util.List<Threshold> |
getThreshold()
Deprecated.
Description:
Use the threshold tag to specify a threshold section for a gauge or spark chart.
|
void |
setId(java.lang.String id)
Deprecated.
Description:
Specifies the identifier for the component
|
void |
setThreshold(java.util.List<Threshold> threshold)
Deprecated.
Description:
Use the threshold tag to specify a threshold section for a gauge or spark chart.
|
_applyToRootElement, _applyToRootElement, applyChanges, applyChanges, applyChanges, applyChanges, applyChanges, cloneFrom, getAttribute, getComplexChild, getComplexChild, getComplexChildAsList, populateAttributesAndChildTags, removeComplexChildList, setAttribute, setComplexChild, setComplexChild, setComplexChildAsListpublic java.lang.String getTagName()
getTagName in class ComplexExtendedPropertiespublic java.lang.String getId()
public void setId(java.lang.String id)
id - the value of the id attribute of the Tag this class represents.public java.util.List<Threshold> getThreshold()
public void setThreshold(java.util.List<Threshold> threshold)
threshold - a list of Threshold objects.