Interface CaseAccessor.CaseMutator

All Known Subinterfaces:
CaseAccessor.CaseProperty
All Known Implementing Classes:
CaseStyleBuilder
Enclosing interface:
CaseAccessor

public static interface CaseAccessor.CaseMutator
Provides a mutator for an Case property.
  • Method Summary

    Modifier and Type Method Description
    void setCase​(Case aCase)
    Sets the Case to be used.
  • Method Details

    • setCase

      void setCase​(Case aCase)
      Sets the Case to be used.
      Parameters:
      aCase - The Case to be stored by the Case property.