Package org.refcodes.mixin
Interface NameAccessor.NameBuilder<B extends NameAccessor.NameBuilder<B>>
-
- Type Parameters:
B- The builder to return in order to be able to apply multiple build operations.
- Enclosing interface:
- NameAccessor
public static interface NameAccessor.NameBuilder<B extends NameAccessor.NameBuilder<B>>Provides a builder method for a name property returning the builder for applying multiple build operations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BwithName(java.lang.String aName)Sets the name for the name property.
-
-
-
Method Detail
-
withName
B withName(java.lang.String aName)
Sets the name for the name property.- Parameters:
aName- The name to be stored by the name property.- Returns:
- The builder for applying multiple build operations.
-
-