public class AttributeGroup extends ParentSection implements java.lang.Cloneable
AttributeGroup class represents a group of atributes.title| Constructor and Description |
|---|
AttributeGroup(java.lang.String title)
Initializes a newly created
Attribute with the specified name and description. |
| Modifier and Type | Method and Description |
|---|---|
void |
clearValues()
Clear values (sets default values) of all attribute types in the group.
|
java.lang.Object |
clone() |
java.util.List<Attribute> |
getAttributeList() |
void |
setAttributeList(java.util.List<Attribute> attributes) |
void |
setTitle(java.lang.String title) |
void |
setValuesFromTemporary()
Sets values of all attribute types in the group after their temporary values.
|
getTitlepublic AttributeGroup(java.lang.String title)
Attribute with the specified name and description.
The title argument is the name of the attribute group.title - a name of the attribute group.public void setTitle(java.lang.String title)
public java.lang.Object clone()
clone in class java.lang.Objectpublic java.util.List<Attribute> getAttributeList()
public void setAttributeList(java.util.List<Attribute> attributes)
public void clearValues()
public void setValuesFromTemporary()