Package org.refcodes.mixin
Interface SuffixAccessor
-
- All Known Subinterfaces:
SuffixAccessor.SuffixProperty
public interface SuffixAccessorProvides an accessor for a suffix property.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceSuffixAccessor.SuffixBuilder<B extends SuffixAccessor.SuffixBuilder<B>>Provides a builder method for a suffix property returning the builder for applying multiple build operations.static interfaceSuffixAccessor.SuffixMutatorProvides a mutator for a suffix property.static interfaceSuffixAccessor.SuffixPropertyProvides a suffix property.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetSuffix()Retrieves the suffix from the suffix property.
-