Interface MetaDataAccessor.MetaDataBuilder<MD,B extends MetaDataAccessor.MetaDataBuilder<MD,B>>

Type Parameters:
MD - The type of the Meta-Data property.
B - The builder to return in order to be able to apply multiple build operations.
Enclosing interface:
MetaDataAccessor<MD>

public 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.
  • Method Summary

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

    • withMetaData

      B withMetaData(MD aMetaData)
      Sets the Meta-Data for the Meta-Data property.
      Parameters:
      aMetaData - The Meta-Data to be stored by the Meta-Data property.
      Returns:
      The builder for applying multiple build operations.