Interface EndOfStringByteAccessor.EndOfStringByteMutator

All Known Subinterfaces:
EndOfStringByteAccessor.EndOfStringByteProperty
Enclosing interface:
EndOfStringByteAccessor

public static interface EndOfStringByteAccessor.EndOfStringByteMutator
Provides a mutator for a end of string byte property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setEndOfStringByte(byte aEndOfStringByte)
    Sets the end of string byte for the end of string byte property.
  • Method Details

    • setEndOfStringByte

      void setEndOfStringByte(byte aEndOfStringByte)
      Sets the end of string byte for the end of string byte property.
      Parameters:
      aEndOfStringByte - The end of string byte to be stored by the end of string byte property.