Module org.refcodes.serial
Package org.refcodes.serial
Interface TransmissionAccessor.TransmissionMutator<T extends Transmission>
- Type Parameters:
T- The type of theTransmissionproperty.
- All Known Subinterfaces:
TransmissionAccessor.TransmissionProperty<T>
- Enclosing interface:
- TransmissionAccessor<T extends Transmission>
public static interface TransmissionAccessor.TransmissionMutator<T extends Transmission>
Provides a mutator for a
Transmission property.-
Method Summary
Modifier and TypeMethodDescriptionvoidsetTransmission(T aTransmission) Sets theTransmissionfor theTransmissionproperty.
-
Method Details
-
setTransmission
Sets theTransmissionfor theTransmissionproperty.- Parameters:
aTransmission- TheTransmissionto be stored by theTransmissionproperty.
-