Interface LengthWidthAccessor.LengthWidthMutator

All Known Subinterfaces:
LengthWidthAccessor.LengthWidthProperty
Enclosing interface:
LengthWidthAccessor

public static interface LengthWidthAccessor.LengthWidthMutator
Provides a mutator for a length width (in bytes) property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setLengthWidth(int aLengthWidth)
    Sets the length width (in bytes) for the length width (in bytes) property.
  • Method Details

    • setLengthWidth

      void setLengthWidth(int aLengthWidth)
      Sets the length width (in bytes) for the length width (in bytes) property.
      Parameters:
      aLengthWidth - The length width (in bytes) to be stored by the length width (in bytes) property.