Class IntegerValueOption.IntegerValueOptionBuilder

java.lang.Object
org.ivoa.dm.executionbroker.IntegerValueOption.IntegerValueOptionBuilder
Enclosing class:
IntegerValueOption

public static class IntegerValueOption.IntegerValueOptionBuilder extends Object
A builder class for IntegerValueOption, mainly for use in the functional builder pattern.
  • Field Details

    • min

      public Integer min
      The minimum value that can be set.
    • max

      public Integer max
      The maximum value that can be set.
    • units

      public String 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

      public String kind
      The kind of option.
    • path

      public String path
      The path this option applies to.
  • Constructor Details

    • IntegerValueOptionBuilder

      public IntegerValueOptionBuilder()
  • Method Details

    • create

      public IntegerValueOption create()
      create a IntegerValueOption from this builder.
      Returns:
      an object initialized from the builder.