Interface EndianessAccessor.EndianessBuilder<B extends EndianessAccessor.EndianessBuilder<B>>

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

public static interface EndianessAccessor.EndianessBuilder<B extends EndianessAccessor.EndianessBuilder<B>>
Provides a builder method for a Endianess property returning the builder for applying multiple build operations.
  • Method Summary

    Modifier and Type
    Method
    Description
    Sets the value for the Endianess property.
  • Method Details

    • withEndianess

      B withEndianess(Endianess aEndianess)
      Sets the value for the Endianess property.
      Parameters:
      aEndianess - The value to be stored by the Endianess property.
      Returns:
      The builder for applying multiple build operations.