Interface SizeAccessor.SizeMutator

All Known Subinterfaces:
SizeAccessor.SizeProperty
Enclosing interface:
SizeAccessor

public static interface SizeAccessor.SizeMutator
Provides a mutator for a size property.
  • Method Summary

    Modifier and Type Method Description
    void setSize​(int aSize)
    Sets the size for the size property.
  • Method Details

    • setSize

      void setSize​(int aSize)
      Sets the size for the size property.
      Parameters:
      aSize - The size to be stored by the size property.