Interface CaseAccessor.CaseBuilder<B extends CaseAccessor.CaseBuilder<?>>

Type Parameters:
B - The builder which implements the CaseAccessor.CaseBuilder.
All Known Implementing Classes:
CaseStyleBuilder
Enclosing interface:
CaseAccessor

public static interface CaseAccessor.CaseBuilder<B extends CaseAccessor.CaseBuilder<?>>
Provides a mutator for an Case property.
  • Method Summary

    Modifier and Type Method Description
    B withCase​(Case aCase)
    Sets the rows Case to use returns this builder as of the Builder-Pattern.
  • Method Details

    • withCase

      B withCase​(Case aCase)
      Sets the rows Case to use returns this builder as of the Builder-Pattern.
      Parameters:
      aCase - The Case to be used when printing a row or the header.
      Returns:
      This CaseAccessor.CaseBuilder instance to continue configuration.