- All Known Subinterfaces:
PropertyEscapeCodeAccessor.PropertyEscapeCodeProperty
public interface PropertyEscapeCodeAccessor
Provides an accessor for a option Escape-Code property.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
PropertyEscapeCodeAccessor.PropertyEscapeCodeBuilder<B extends PropertyEscapeCodeAccessor.PropertyEscapeCodeBuilder<B>>
Provides a builder method for a option Escape-Code property returning the builder for applying multiple build operations.static interface
Provides a mutator for a option Escape-Code property.static interface
Provides a option Escape-Code property. -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the option Escape-Code from the option Escape-Code property.
-
Method Details
-
getPropertyEscapeCode
String getPropertyEscapeCode()Retrieves the option Escape-Code from the option Escape-Code property.- Returns:
- The option Escape-Code stored by the option Escape-Code property.
-