Package com.mayam.wf.attributes.shared
Interface AttributeManager
- All Superinterfaces:
AttributeMutator
- All Known Implementing Classes:
AttributeMap
Describes a class that is able to receive and provide values for all of, or a
defined subset of, the
Attribute
list.- Author:
- Markus MÃ¥rtensson
-
Method Summary
Modifier and TypeMethodDescription<T> T
getAttribute
(Attribute attribute) Attribute accessor.boolean
managesAttribute
(Attribute attribute) Determines if the given attribute is part of the subset managed by the class.setAttribute
(Attribute attribute, Object value) Attribute mutator.
-
Method Details