Package org.refcodes.mixin
Interface TrimAccessor
-
- All Known Subinterfaces:
TrimAccessor.TrimProperty
public interface TrimAccessorProvides an accessor for a trim property.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceTrimAccessor.TrimBuilder<B extends TrimAccessor.TrimBuilder<B>>Provides a builder for a trim property.static interfaceTrimAccessor.TrimMutatorProvides a mutator for a trim property.static interfaceTrimAccessor.TrimPropertyProvides a trim property.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisTrim()Retrieves the trim status from the trim property.
-