Interface MetaDataAccessor.MetaDataMutator<MD>

Type Parameters:
MD - The type of the Meta-Data property.
All Known Subinterfaces:
MetaDataAccessor.MetaDataProperty<MD>
Enclosing interface:
MetaDataAccessor<MD>

public static interface MetaDataAccessor.MetaDataMutator<MD>
Provides a mutator for to a Meta-Data property.
  • Method Summary

    Modifier and Type Method Description
    void setMetaData​(MD aMetaData)
    Sets the Meta-Data for the Meta-Data property.
  • Method Details

    • setMetaData

      void setMetaData​(MD aMetaData)
      Sets the Meta-Data for the Meta-Data property.
      Parameters:
      aMetaData - The Meta-Data to be stored by the Meta-Data property.