- All Known Subinterfaces:
LineBreakAccessor.LineBreakProperty
public interface LineBreakAccessor
Provides an accessor for a line break property.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Provides a builder method for a line break property returning the builder for applying multiple build operations.static interface
Provides a mutator for a line break property.static interface
Provides a line break property. -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the line break from the line break property.
-
Method Details
-
getLineBreak
String getLineBreak()Retrieves the line break from the line break property.- Returns:
- The line break stored by the line break property.
-