Package org.refcodes.mixin
Interface SizeAccessor.SizeMutator
-
- All Known Subinterfaces:
SizeAccessor.SizeProperty
- Enclosing interface:
- SizeAccessor
public static interface SizeAccessor.SizeMutatorProvides a mutator for a size property.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetSize(long aSize)Sets the size for the size property.
-