-
- 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setMetaData(MD aMetaData)
Sets the Meta-Data for the Meta-Data property.
-
-
-
Method Detail
-
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.
-
-