Package org.refcodes.mixin
Interface NamespaceAccessor.NamespaceMutator
-
- All Known Subinterfaces:
NamespaceAccessor.NamespaceProperty
- Enclosing interface:
- NamespaceAccessor
public static interface NamespaceAccessor.NamespaceMutatorProvides a mutator for a namespace property.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetNamespace(java.lang.String aNamespace)Sets the namespace for the namespace property.
-