- 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 TypeMethodDescriptionvoidsetEncoding(E aEncoding) Sets the encoding for the encoding property.
-
Method Details
-
setEncoding
Sets the encoding for the encoding property.- Parameters:
aEncoding- The encoding to be stored by the encoding property.
-