Package org.refcodes.mixin
Interface PrefixAccessor.PrefixMutator
-
- All Known Subinterfaces:
PrefixAccessor.PrefixProperty
- Enclosing interface:
- PrefixAccessor
public static interface PrefixAccessor.PrefixMutatorProvides a mutator for a prefix property.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetPrefix(java.lang.String aPrefix)Sets the prefix for the prefix property.
-