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 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.