Interface HeaderAccessor.HeaderMutator<T>

Type Parameters:
T - the generic type
All Known Subinterfaces:
HeaderAccessor.HeaderProperty<T>
Enclosing interface:
HeaderAccessor<T>

public static interface HeaderAccessor.HeaderMutator<T>
Provides a mutator for a Header property.
  • Method Summary

    Modifier and Type Method Description
    void setHeader​(Header<T> aHeader)
    Sets the Header property.
  • Method Details

    • setHeader

      void setHeader​(Header<T> aHeader)
      Sets the Header property.
      Parameters:
      aHeader - The Header to be stored by this property.