Interface PropertiesAccessor.PropertiesMutator

All Known Subinterfaces:
PropertiesAccessor.PropertiesProperty
Enclosing interface:
PropertiesAccessor

public static interface PropertiesAccessor.PropertiesMutator
Provides a mutator for a Properties property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Sets the properties for the Properties property.
  • Method Details

    • setProperties

      void setProperties(Properties aProperties)
      Sets the properties for the Properties property.
      Parameters:
      aProperties - The properties to be stored by the Properties property.