Class AbstractMutableAttributes

java.lang.Object
com.yworkflow.definition.model.attribute.AbstractAttributes
com.yworkflow.definition.model.attribute.AbstractMutableAttributes
All Implemented Interfaces:
Attributes, MutableAttributes
Direct Known Subclasses:
HashMutableAttributes

public abstract class AbstractMutableAttributes extends AbstractAttributes implements MutableAttributes
Abstract base class for mutable attribute collections. AbstractMutableAttributes extends AbstractAttributes and provides a common implementation for the MutableAttributes interface.
Since:
1.0
See Also: