Package org.refcodes.structure
Interface BooleanArrayAccessor
-
- 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean[]
getBooleans()
Retrieves the boolean array from the boolean array property.
-