Interface AllocLengthAccessor.AllocLengthBuilder<B extends AllocLengthAccessor.AllocLengthBuilder<B>>

Type Parameters:
B - The builder to return in order to be able to apply multiple build operations.
Enclosing interface:
AllocLengthAccessor

public static interface AllocLengthAccessor.AllocLengthBuilder<B extends AllocLengthAccessor.AllocLengthBuilder<B>>
Provides a builder method for a allocation length property returning the builder for applying multiple build operations.
  • Method Summary

    Modifier and Type
    Method
    Description
    withAllocLength(int aAllocLength)
    Sets the allocation length for the allocation length property.
  • Method Details

    • withAllocLength

      B withAllocLength(int aAllocLength)
      Sets the allocation length for the allocation length property.
      Parameters:
      aAllocLength - The allocation length to be stored by the allocation length property.
      Returns:
      The builder for applying multiple build operations.