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.
    • Method Detail

      • getMetaData

        MD getMetaData​()
        Retrieves the Meta-Data from the Meta-Data property.
        Returns:
        The Meta-Data stored by the Meta-Data property.