- All Known Subinterfaces:
PropertiesNotationAccessor.PropertiesNotationProperty
public interface PropertiesNotationAccessor
Provides an accessor for a
PropertiesNotation property.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacePropertiesNotationAccessor.PropertiesNotationBuilder<B extends PropertiesNotationAccessor.PropertiesNotationBuilder<B>>Provides a builder method for aPropertiesNotationproperty returning the builder for applying multiple build operations.static interfaceProvides a mutator for aPropertiesNotationproperty.static interfaceProvides aPropertiesNotationproperty. -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the properties notation from thePropertiesNotationproperty.
-
Method Details
-
getPropertiesNotation
PropertiesNotation getPropertiesNotation()Retrieves the properties notation from thePropertiesNotationproperty.- Returns:
- The properties notation stored by the
PropertiesNotationproperty.
-