Package org.refcodes.mixin
Interface MetaDataAccessor<MD>
-
- Type Parameters:
MD- The type of the Meta-Data to be used.
- All Known Subinterfaces:
MetaDataAccessor.MetaDataProperty<MD>
public interface MetaDataAccessor<MD>Provides an accessor for to a Meta-Data property.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceMetaDataAccessor.MetaDataBuilder<MD,B extends MetaDataAccessor.MetaDataBuilder<MD,B>>Provides a builder method for a name property returning the builder for applying multiple build operations.static interfaceMetaDataAccessor.MetaDataMutator<MD>Provides a mutator for to a Meta-Data property.static interfaceMetaDataAccessor.MetaDataProperty<MD>Provides a Meta-Data property.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MDgetMetaData()Retrieves the Meta-Data from the Meta-Data property.
-
-
-
Method Detail
-
getMetaData
MD getMetaData()
Retrieves the Meta-Data from the Meta-Data property.- Returns:
- The Meta-Data stored by the Meta-Data property.
-
-