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 Details

    • setAttribute

      AttributeMutator setAttribute(Attribute attribute, Object value)
      Attribute mutator.
      Parameters:
      attribute - the attribute to set.
      value - the new value of the attribute.
      Returns:
      the mutator, to allow method chaining.