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 interface
MetaDataAccessor.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 interface
MetaDataAccessor.MetaDataMutator<MD>
Provides a mutator for to a Meta-Data property.static interface
MetaDataAccessor.MetaDataProperty<MD>
Provides a Meta-Data property.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MD
getMetaData()
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.
-
-