Module org.refcodes.properties
Package org.refcodes.properties
Interface PropertiesNotationAccessor.PropertiesNotationMutator
- All Known Subinterfaces:
PropertiesNotationAccessor.PropertiesNotationProperty
- Enclosing interface:
- PropertiesNotationAccessor
public static interface PropertiesNotationAccessor.PropertiesNotationMutator
Provides a mutator for a
PropertiesNotation property.-
Method Summary
Modifier and TypeMethodDescriptionvoidsetPropertiesNotation(PropertiesNotation aPropertiesNotation) Sets the properties notation for thePropertiesNotationproperty.
-
Method Details
-
setPropertiesNotation
Sets the properties notation for thePropertiesNotationproperty.- Parameters:
aPropertiesNotation- The properties notation to be stored by thePropertiesNotationproperty.
-