Package org.refcodes.mixin
Interface TitleAccessor
-
- All Known Subinterfaces:
TitleAccessor.TitleProperty
public interface TitleAccessorProvides an accessor for a title property.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceTitleAccessor.TitleBuilder<B extends TitleAccessor.TitleBuilder<B>>Provides a builder method for a title property returning the builder for applying multiple build operations.static interfaceTitleAccessor.TitleMutatorProvides a mutator for a title property.static interfaceTitleAccessor.TitlePropertyProvides a title property.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetTitle()Retrieves the title from the title property.
-