Module org.refcodes.serial
Package org.refcodes.serial
Interface PortMetricsAccessor.PortMetricsMutator<PM extends PortMetrics>
- Type Parameters:
PM- The actualPortMetricstype to use.
- All Known Subinterfaces:
PortMetricsAccessor.PortMetricsProperty<PM>
- Enclosing interface:
- PortMetricsAccessor<PM extends PortMetrics>
public static interface PortMetricsAccessor.PortMetricsMutator<PM extends PortMetrics>
Provides a mutator for a
PortMetrics property.-
Method Summary
Modifier and TypeMethodDescriptionvoidsetPortMetrics(PM aPortMetrics) Sets thePortMetricsfor thePortMetricsproperty.
-
Method Details
-
setPortMetrics
Sets thePortMetricsfor thePortMetricsproperty.- Parameters:
aPortMetrics- ThePortMetricsto be stored by thePortMetricsproperty.
-