Package org.ivoa.dm.regtap
Class STCSpectral.STCSpectralBuilder
java.lang.Object
org.ivoa.dm.regtap.STCSpectral.STCSpectralBuilder
- Enclosing class:
- STCSpectral
A builder class for STCSpectral, mainly for use in the functional builder pattern.
-
Field Summary
FieldsModifier and TypeFieldDescriptionUpper limit (in Joules) of messenger energy interval covered by the resource (for the solar system barycenter).Lower limit (in Joules) of messenger energy interval covered by the resource (for the solar system barycenter). -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
spectral_start
Lower limit (in Joules) of messenger energy interval covered by the resource (for the solar system barycenter). -
spectral_end
Upper limit (in Joules) of messenger energy interval covered by the resource (for the solar system barycenter).
-
-
Constructor Details
-
STCSpectralBuilder
public STCSpectralBuilder()
-
-
Method Details
-
create
create a STCSpectral from this builder.- Returns:
- an object initialized from the builder.
-