- All Known Subinterfaces:
DoubleArrayAccessor.DoubleArrayProperty
public interface DoubleArrayAccessor
Provides an accessor for a double array property.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceProvides a builder method for a double array property returning the builder for applying multiple build operations.static interfaceProvides a mutator for a double array property.static interfaceProvides a double array property. -
Method Summary
Modifier and TypeMethodDescriptiondouble[]Retrieves the double array from the double array property.
-
Method Details
-
getDoubles
double[] getDoubles()Retrieves the double array from the double array property.- Returns:
- The double array stored by the double array property.
-