Interface FieldWidthAccessor.FieldWidthBuilder<B extends FieldWidthAccessor.FieldWidthBuilder<B>>

    • Method Detail

      • withFieldWidth

        B withFieldWidth​(int aWidth)
        Sets the field width for the field width property.
        Parameters:
        aWidth - The field width to be stored by the field width property.
        Returns:
        The builder for applying multiple build operations.