Module org.refcodes.numerical
Package org.refcodes.numerical
Interface CrcAlgorithmAccessor.CrcAlgorithmMutator
- All Known Subinterfaces:
CrcAlgorithmAccessor.CrcAlgorithmProperty
- Enclosing interface:
- CrcAlgorithmAccessor
public static interface CrcAlgorithmAccessor.CrcAlgorithmMutator
Provides a mutator for a
CrcAlgorithm property.-
Method Summary
Modifier and TypeMethodDescriptionvoidsetCrcAlgorithm(CrcAlgorithm aCrcAlgorithm) Sets the value for theCrcAlgorithmproperty.
-
Method Details
-
setCrcAlgorithm
Sets the value for theCrcAlgorithmproperty.- Parameters:
aCrcAlgorithm- The value to be stored by theCrcAlgorithmproperty.
-