Package com.mayam.wf.attributes.shared
Interface AttributeMutator
- All Known Subinterfaces:
AttributeManager
- All Known Implementing Classes:
AttributeMap
public interface AttributeMutator
Describes a class that is able to receive values for all of, or an
undisclosed subset of, the
Attribute
list.- Author:
- Markus MÃ¥rtensson
-
Method Summary
Modifier and TypeMethodDescriptionsetAttribute
(Attribute attribute, Object value) Attribute mutator.
-
Method Details