Interface LengthAccessor.LengthMutator

All Known Subinterfaces:
LengthAccessor.LengthProperty
Enclosing interface:
LengthAccessor

public static interface LengthAccessor.LengthMutator
Provides a mutator for a length property.
  • Method Summary

    Modifier and Type Method Description
    void setLength​(int aLength)
    Sets the length for the length property.
  • Method Details

    • setLength

      void setLength​(int aLength)
      Sets the length for the length property.
      Parameters:
      aLength - The length to be stored by the length property.