Package org.ivoa.dm.executionbroker
Class IntegerDeltaOption.IntegerDeltaOptionBuilder
java.lang.Object
org.ivoa.dm.executionbroker.IntegerDeltaOption.IntegerDeltaOptionBuilder
- Enclosing class:
- IntegerDeltaOption
A builder class for IntegerDeltaOption, mainly for use in the functional builder pattern.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
min
The minimum change that can be applied. -
max
The maximum change that can be applied. -
units
The units used for the maximum and minimum values and the default units used for the update. The client may specify different units in the update if they need to. -
path
The path this option applies to.
-
-
Constructor Details
-
IntegerDeltaOptionBuilder
public IntegerDeltaOptionBuilder()
-
-
Method Details
-
create
create a IntegerDeltaOption from this builder.- Returns:
- an object initialized from the builder.
-