Interface DecorateeAccessor.DecorateeMutator<DECORATEE>

Type Parameters:
DECORATEE - The type of the decoratee property.
All Known Subinterfaces:
DecorateeAccessor.DecorateeProperty<DECORATEE>
Enclosing interface:
DecorateeAccessor<DECORATEE>

public static interface DecorateeAccessor.DecorateeMutator<DECORATEE>
Provides a mutator for a decoratee property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setDecoratee(DECORATEE aDecoratee)
    Sets the decoratee for the decoratee property.
  • Method Details

    • setDecoratee

      void setDecoratee(DECORATEE aDecoratee)
      Sets the decoratee for the decoratee property.
      Parameters:
      aDecoratee - The decoratee to be stored by the decoratee property.