Class WavelengthRange.WavelengthRangeBuilder

java.lang.Object
org.ivoa.dm.registry.slap.WavelengthRange.WavelengthRangeBuilder
Enclosing class:
WavelengthRange

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

    • minWavelength

      public Double minWavelength
      Minimum wavelength in meters to be used to constrain the query of spectral lines .
    • maxWavelength

      public Double maxWavelength
      Maximum wavelength in meters to be used to constrain the query of spectral lines.
  • Constructor Details

    • WavelengthRangeBuilder

      public WavelengthRangeBuilder()
  • Method Details

    • create

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