public class AttributeExceptionRule extends ComplexExtendedProperties
AF_NS, DVT_NS, F_NS| Constructor and Description |
|---|
AttributeExceptionRule() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Attribute> |
getAttribute()
Description:
|
java.lang.String |
getId()
Description: the identifier for the component
|
java.lang.String |
getLabel()
Description: Text label to be used in the legend for this condition
|
java.lang.String |
getTagName() |
boolean |
isCondition()
Description: Boolean condition to check for each row.
|
java.lang.String |
isConditionAsString()
Description: Boolean condition to check for each row.
|
void |
setAttribute(java.util.List<Attribute> attribute)
Description:
|
void |
setCondition(boolean condition)
Description: Boolean condition to check for each row.
|
void |
setConditionAsString(java.lang.String condition)
Description: Boolean condition to check for each row.
|
void |
setId(java.lang.String id)
Description: the identifier for the component
|
void |
setLabel(java.lang.String label)
Description: Text label to be used in the legend for this condition
|
_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 boolean isCondition()
public void setCondition(boolean condition)
condition - the value of the condition attribute of the Tag this class represents.public java.lang.String isConditionAsString()
public void setConditionAsString(java.lang.String condition)
condition - the value of the condition attribute of the Tag this class represents.public 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.lang.String getLabel()
public void setLabel(java.lang.String label)
label - the value of the label attribute of the Tag this class represents.public java.util.List<Attribute> getAttribute()
public void setAttribute(java.util.List<Attribute> attribute)
attribute - a list of Attribute objects.