Module org.refcodes.serial
Package org.refcodes.serial
Interface TransmissionAccessor.TransmissionBuilder<T,B extends TransmissionAccessor.TransmissionBuilder<T,B>>
- Type Parameters:
T- theTransmissiontype.B- The builder to return in order to be able to apply multiple build operations.
- Enclosing interface:
- TransmissionAccessor<T extends Transmission>
public static interface TransmissionAccessor.TransmissionBuilder<T,B extends TransmissionAccessor.TransmissionBuilder<T,B>>
Provides a builder method for a
Transmission property returning
the builder for applying multiple build operations.-
Method Summary
Modifier and TypeMethodDescriptionwithTransmission(T aTransmission) Sets theTransmissionfor theTransmissionproperty.
-
Method Details
-
withTransmission
Sets theTransmissionfor theTransmissionproperty.- Parameters:
aTransmission- TheTransmissionto be stored by theTransmissionproperty.- Returns:
- The builder for applying multiple build operations.
-