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 Detail

      • withCrcAlgorithm

        B withCrcAlgorithm​(CrcAlgorithm aCrcAlgorithm)
        Sets the value for the CrcAlgorithm property.
        Parameters:
        aCrcAlgorithm - The value to be stored by the CrcAlgorithm property.
        Returns:
        The builder for applying multiple build operations.