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
FieldsModifier and TypeFieldDescriptionThe kind of option.The maximum value that can be set.The minimum value that can be set.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 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. -
kind
The kind of option. -
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.
-