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
FieldsModifier and TypeFieldDescriptionThe kind of option.The maximum change that can be applied.The minimum change that can be applied.The path this option applies to.The units used for the maximum and minimum values and the default units used for the update. -
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. -
kind
The kind of option. -
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.
-