Module org.refcodes.textual
Package org.refcodes.textual
Interface ElementsAccessor.TextBuilder<B extends ElementsAccessor.TextBuilder<B>>
- Type Parameters:
B
- The builder to return in order to be able to apply multiple build operations.
- Enclosing interface:
- ElementsAccessor
public static interface ElementsAccessor.TextBuilder<B extends ElementsAccessor.TextBuilder<B>>
Provides a builder method for a text property returning the builder for
applying multiple build operations.
-
Method Summary
-
Method Details
-
withText
Sets the text for the text property.- Parameters:
aText
- The text to be stored by the text property.- Returns:
- The builder for applying multiple build operations.
-