Interface ServiceAccessor.ServiceMutator<S extends Service<?>>

Type Parameters:
S - The Service type property.
All Known Subinterfaces:
ServiceAccessor.ServiceProperty<S>
Enclosing interface:
ServiceAccessor<S extends Service<?>>

public static interface ServiceAccessor.ServiceMutator<S extends Service<?>>
Provides a mutator for a Service property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setService(S aService)
    Sets the Service property for the property.
  • Method Details

    • setService

      void setService(S aService)
      Sets the Service property for the property.
      Parameters:
      aService - The Service property to be stored by the property.