Package org.refcodes.mixin
Interface NameAccessor
-
- All Known Subinterfaces:
NameAccessor.NameProperty
public interface NameAccessorProvides an accessor for a name property.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceNameAccessor.NameBuilder<B extends NameAccessor.NameBuilder<B>>Provides a builder method for a name property returning the builder for applying multiple build operations.static interfaceNameAccessor.NameMutatorProvides a mutator for a name property.static interfaceNameAccessor.NamePropertyProvides a name property.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetName()Retrieves the name from the name property.
-