Interface MediaTypeAccessor.MediaTypeMutator

All Known Subinterfaces:
MediaTypeAccessor.MediaTypeProperty
Enclosing interface:
MediaTypeAccessor

public static interface MediaTypeAccessor.MediaTypeMutator
Provides a mutator for a Media-Type property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setMediaType(MediaType aMediaType)
    Sets the Media-Type for the Media-Type property.
  • Method Details

    • setMediaType

      void setMediaType(MediaType aMediaType)
      Sets the Media-Type for the Media-Type property.
      Parameters:
      aMediaType - The Media-Type to be stored by the Media-Type property.