- All Known Subinterfaces:
TrimAccessor.TrimProperty
public interface TrimAccessor
Provides an accessor for a trim property.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
TrimAccessor.TrimBuilder<B extends TrimAccessor.TrimBuilder<B>>
Provides a builder for a trim property.static interface
Provides a mutator for a trim property.static interface
Provides a trim property. -
Method Summary
Modifier and TypeMethodDescriptionboolean
isTrim()
Retrieves the trim status from the trim property.
-
Method Details
-
isTrim
boolean isTrim()Retrieves the trim status from the trim property.- Returns:
- The trim status stored by the trim property.
-