Interface EncodingAccessor.EncodingMutator<E>

Type Parameters:
E - The type of the encoding.
All Known Subinterfaces:
EncodingAccessor.EncodingProperty<E>
Enclosing interface:
EncodingAccessor<E>

public static interface EncodingAccessor.EncodingMutator<E>
Provides a mutator for a encoding property.
  • Method Summary

    Modifier and Type Method Description
    void setEncoding​(E aEncoding)
    Sets the encoding for the encoding property.
  • Method Details

    • setEncoding

      void setEncoding​(E aEncoding)
      Sets the encoding for the encoding property.
      Parameters:
      aEncoding - The encoding to be stored by the encoding property.