Package org.refcodes.mixin
Interface NameAccessor.NameMutator
-
- All Known Subinterfaces:
NameAccessor.NameProperty
- Enclosing interface:
- NameAccessor
public static interface NameAccessor.NameMutatorProvides a mutator for a name property.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetName(java.lang.String aName)Sets the name for the name property.
-