- All Known Subinterfaces:
DelimiterAccessor.DelimiterProperty
public interface DelimiterAccessor
Provides an accessor for a delimiter property.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Provides a builder method for a delimiter property returning the builder for applying multiple build operations.static interface
Provides a mutator for a delimiter property.static interface
Provides a delimiter property. -
Method Summary
Modifier and TypeMethodDescriptionchar
Retrieves the delimiter from the delimiter property.
-
Method Details
-
getDelimiter
char getDelimiter()Retrieves the delimiter from the delimiter property.- Returns:
- The delimiter stored by the delimiter property.
-