- All Known Subinterfaces:
BooleanArrayAccessor.BooleanArrayProperty
public interface BooleanArrayAccessor
Provides an accessor for a boolean array property.
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
BooleanArrayAccessor.BooleanArrayBuilder<B extends BooleanArrayAccessor.BooleanArrayBuilder<B>>
Provides a builder method for a boolean array property returning the builder for applying multiple build operations.static interface
BooleanArrayAccessor.BooleanArrayMutator
Provides a mutator for a boolean array property.static interface
BooleanArrayAccessor.BooleanArrayProperty
Provides a boolean array property. -
Method Summary
Modifier and Type Method Description boolean[]
getBooleans()
Retrieves the boolean array from the boolean array property.
-
Method Details
-
getBooleans
boolean[] getBooleans()Retrieves the boolean array from the boolean array property.- Returns:
- The boolean array stored by the boolean array property.
-