Module org.refcodes.serial
Package org.refcodes.serial
Interface TransmissionAccessor<T extends Transmission>
- Type Parameters:
T- The type of theTransmissionto be used.
- All Known Subinterfaces:
TransmissionAccessor.TransmissionProperty<T>
public interface TransmissionAccessor<T extends Transmission>
Provides an accessor for a
Transmission property (as of the decorator
pattern).-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceProvides a builder method for aTransmissionproperty returning the builder for applying multiple build operations.static interfaceProvides a mutator for aTransmissionproperty.static interfaceProvides aTransmissionproperty. -
Method Summary
-
Method Details
-
getTransmission
T getTransmission()Retrieves the value from theTransmissionproperty.- Returns:
- The
Transmissionstored by theTransmissionproperty.
-