public class AttributeGroups extends ComplexExtendedProperties
AF_NS, DVT_NS, F_NS
Constructor and Description |
---|
AttributeGroups() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Attribute> |
getAttribute()
Description:
|
java.util.List<AttributeExceptionRule> |
getAttributeExceptionRule()
Description: The attributeExceptionRule tag is a child of attributeGroups and is used to override an attribute when a particular boolean condition is met.
|
java.util.List<AttributeMatchRule> |
getAttributeMatchRule()
Description: The attributeMatchRule tag is a child of attributeGroups and is used to override an attribute when the category matches a certain value.
|
java.lang.String |
getAttributeType()
Description: The attribute type for which to generate values.
|
java.lang.String |
getId()
Description: the identifier for the component
|
java.lang.String |
getLabel()
Description: A text label for use in the legend
|
java.lang.String |
getMaxLabel()
Description: The label for the maximum bounds of the component.
|
java.lang.Object |
getMaxValue()
Description: The maximum bounds of this component.
|
java.lang.String |
getMinLabel()
Description: The label for the minimum bounds of the component.
|
java.lang.Object |
getMinValue()
Description: The minimum bounds of this component.
|
java.lang.String |
getTagName() |
java.lang.String |
getType()
Description: A space-delimited list of stylistic attribute types to generate values for.
|
java.lang.String |
getValue()
Description: The value from the data model to group by
|
void |
setAttribute(java.util.List<Attribute> attribute)
Description:
|
void |
setAttributeExceptionRule(java.util.List<AttributeExceptionRule> attributeExceptionRule)
Description: The attributeExceptionRule tag is a child of attributeGroups and is used to override an attribute when a particular boolean condition is met.
|
void |
setAttributeMatchRule(java.util.List<AttributeMatchRule> attributeMatchRule)
Description: The attributeMatchRule tag is a child of attributeGroups and is used to override an attribute when the category matches a certain value.
|
void |
setAttributeType(java.lang.String attributeType)
Description: The attribute type for which to generate values.
|
void |
setId(java.lang.String id)
Description: the identifier for the component
|
void |
setLabel(java.lang.String label)
Description: A text label for use in the legend
|
void |
setMaxLabel(java.lang.String maxLabel)
Description: The label for the maximum bounds of the component.
|
void |
setMaxValue(java.lang.Object maxValue)
Description: The maximum bounds of this component.
|
void |
setMinLabel(java.lang.String minLabel)
Description: The label for the minimum bounds of the component.
|
void |
setMinValue(java.lang.Object minValue)
Description: The minimum bounds of this component.
|
void |
setType(java.lang.String type)
Description: A space-delimited list of stylistic attribute types to generate values for.
|
void |
setValue(java.lang.String value)
Description: The value from the data model to group by
|
_applyToRootElement, _applyToRootElement, applyChanges, applyChanges, applyChanges, applyChanges, applyChanges, cloneFrom, getAttribute, getComplexChild, getComplexChild, getComplexChildAsList, populateAttributesAndChildTags, removeComplexChildList, setAttribute, setComplexChild, setComplexChild, setComplexChildAsList
public java.lang.String getTagName()
getTagName
in class ComplexExtendedProperties
public java.lang.String getAttributeType()
public void setAttributeType(java.lang.String attributeType)
attributeType
- the value of the attributeType 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.lang.String getMaxLabel()
public void setMaxLabel(java.lang.String maxLabel)
maxLabel
- the value of the maxLabel attribute of the Tag this class represents.public java.lang.Object getMaxValue()
public void setMaxValue(java.lang.Object maxValue)
maxValue
- the value of the maxValue attribute of the Tag this class represents.public java.lang.String getMinLabel()
public void setMinLabel(java.lang.String minLabel)
minLabel
- the value of the minLabel attribute of the Tag this class represents.public java.lang.Object getMinValue()
public void setMinValue(java.lang.Object minValue)
minValue
- the value of the minValue attribute of the Tag this class represents.public java.lang.String getType()
public void setType(java.lang.String type)
type
- the value of the type attribute of the Tag this class represents.public java.lang.String getValue()
public void setValue(java.lang.String value)
value
- the value of the value 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.public java.util.List<AttributeExceptionRule> getAttributeExceptionRule()
public void setAttributeExceptionRule(java.util.List<AttributeExceptionRule> attributeExceptionRule)
attributeExceptionRule
- a list of AttributeExceptionRule objects.public java.util.List<AttributeMatchRule> getAttributeMatchRule()
public void setAttributeMatchRule(java.util.List<AttributeMatchRule> attributeMatchRule)
attributeMatchRule
- a list of AttributeMatchRule objects.