Interface TrimAccessor.TrimMutator

All Known Subinterfaces:
TrimAccessor.TrimBuilder<B>, TrimAccessor.TrimProperty
Enclosing interface:
TrimAccessor

public static interface TrimAccessor.TrimMutator
Provides a mutator for a trim property.
  • Method Summary

    Modifier and Type Method Description
    void setTrim​(boolean isTrim)
    Sets the trim status for the trim property.
  • Method Details

    • setTrim

      void setTrim​(boolean isTrim)
      Sets the trim status for the trim property.
      Parameters:
      isTrim - The trim status to be stored by the trim property.