Package org.refcodes.mixin
Interface SizeAccessor
-
- All Known Subinterfaces:
SizeAccessor.SizeProperty
public interface SizeAccessorProvides an accessor for a size property.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceSizeAccessor.SizeMutatorProvides a mutator for a size property.static interfaceSizeAccessor.SizePropertyProvides a size property.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetSize()Retrieves the size from the size property.
-