public interface IlpMutableAttributeGroup extends IlpAttributeGroup
Modifier and Type | Method and Description |
---|---|
void |
addAttribute(IlpAttribute a)
Adds a new attribute to the model.
|
void |
removeAttribute(IlpAttribute a)
Removes the given attribute from the model.
|
addAttributeGroupListener, fireEvent, getAttribute, getAttributes, getDeclaredAttributes, getName, hasAttribute, removeAttributeGroupListener
void addAttribute(IlpAttribute a)
This method should also update the attribute group information within the attribute that is being added.
void removeAttribute(IlpAttribute a)
This method should also update the attribute group information within the attribute that is being removed.
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.