Package org.ivoa.dm.executionbroker
Class IntegerValueOption.IntegerValueOptionBuilder
java.lang.Object
org.ivoa.dm.executionbroker.IntegerValueOption.IntegerValueOptionBuilder
- Enclosing class:
- IntegerValueOption
A builder class for IntegerValueOption, mainly for use in the functional builder pattern.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
min
The minimum value that can be set. -
max
The maximum value that can be set. -
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
-
IntegerValueOptionBuilder
public IntegerValueOptionBuilder()
-
-
Method Details
-
create
create a IntegerValueOption from this builder.- Returns:
- an object initialized from the builder.
-