Interface BooleanArrayAccessor.BooleanArrayMutator

All Known Subinterfaces:
BooleanArrayAccessor.BooleanArrayProperty
Enclosing interface:
BooleanArrayAccessor

public static interface BooleanArrayAccessor.BooleanArrayMutator
Provides a mutator for a boolean array property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setBooleans(boolean[] aBooleans)
    Sets the boolean array for the boolean array property.
  • Method Details

    • setBooleans

      void setBooleans(boolean[] aBooleans)
      Sets the boolean array for the boolean array property.
      Parameters:
      aBooleans - The boolean array to be stored by the boolean array property.