Interface PropertyEscapeCodeAccessor
- All Known Subinterfaces:
PropertyEscapeCodeAccessor.PropertyEscapeCodeProperty
public interface PropertyEscapeCodeAccessor
Provides an accessor for a option Escape-Code property.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacePropertyEscapeCodeAccessor.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 interfaceProvides a mutator for a option Escape-Code property.static interfaceProvides 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.
-