- All Superinterfaces:
RowWidthAccessor
,RowWidthAccessor.RowWidthMutator
- Enclosing interface:
- RowWidthAccessor
public static interface RowWidthAccessor.RowWidthProperty
extends RowWidthAccessor, RowWidthAccessor.RowWidthMutator
Provides a row width property.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.refcodes.mixin.RowWidthAccessor
RowWidthAccessor.RowWidthBuilder<B extends RowWidthAccessor.RowWidthBuilder<?>>, RowWidthAccessor.RowWidthMutator, RowWidthAccessor.RowWidthProperty
-
Method Summary
Modifier and TypeMethodDescriptiondefault int
letRowWidth
(int aRowWidth) This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given integer (setter) as ofRowWidthAccessor.RowWidthMutator.setRowWidth(int)
and returns the very same value (getter).Methods inherited from interface org.refcodes.mixin.RowWidthAccessor
getRowWidth
Methods inherited from interface org.refcodes.mixin.RowWidthAccessor.RowWidthMutator
setRowWidth
-
Method Details
-
letRowWidth
default int letRowWidth(int aRowWidth) This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given integer (setter) as ofRowWidthAccessor.RowWidthMutator.setRowWidth(int)
and returns the very same value (getter).- Parameters:
aRowWidth
- The integer to set (viaRowWidthAccessor.RowWidthMutator.setRowWidth(int)
).- Returns:
- Returns the value passed for it to be used in conclusive processing steps.
-