Interface ModulationFormatAccessor.ModulationFormatBuilder<B extends ModulationFormatAccessor.ModulationFormatBuilder<B>>

Type Parameters:
B - The builder to return in order to be able to apply multiple build operations.
Enclosing interface:
ModulationFormatAccessor

public static interface ModulationFormatAccessor.ModulationFormatBuilder<B extends ModulationFormatAccessor.ModulationFormatBuilder<B>>
Provides a builder method for a modulation format property returning the builder for applying multiple build operations.
  • Method Summary

    Modifier and Type Method Description
    B withModulationFormat​(ModulationFormat aModulationFormat)
    Sets the modulation format for the pulse-code modulation format property.
  • Method Details

    • withModulationFormat

      B withModulationFormat​(ModulationFormat aModulationFormat)
      Sets the modulation format for the pulse-code modulation format property.
      Parameters:
      aModulationFormat - The modulation format to be stored by the modulation format property.
      Returns:
      The builder for applying multiple build operations.