Module org.refcodes.numerical
Package org.refcodes.numerical
Interface CrcAlgorithmAccessor.CrcAlgorithmBuilder<B extends CrcAlgorithmAccessor.CrcAlgorithmBuilder<B>>
- Type Parameters:
B- The builder to return in order to be able to apply multiple build operations.
- Enclosing interface:
- CrcAlgorithmAccessor
public static interface CrcAlgorithmAccessor.CrcAlgorithmBuilder<B extends CrcAlgorithmAccessor.CrcAlgorithmBuilder<B>>
Provides a builder method for a
CrcAlgorithm property returning
the builder for applying multiple build operations.-
Method Summary
Modifier and TypeMethodDescriptionwithCrcAlgorithm(CrcAlgorithm aCrcAlgorithm) Sets the value for theCrcAlgorithmproperty.
-
Method Details
-
withCrcAlgorithm
Sets the value for theCrcAlgorithmproperty.- Parameters:
aCrcAlgorithm- The value to be stored by theCrcAlgorithmproperty.- Returns:
- The builder for applying multiple build operations.
-