Package org.ivoa.dm.proposal.prop
Class CalibrationObservation.CalibrationObservationBuilder
java.lang.Object
org.ivoa.dm.proposal.prop.CalibrationObservation.CalibrationObservationBuilder
- Enclosing class:
- CalibrationObservation
A builder class for CalibrationObservation, mainly for use in the functional builder pattern.
-
Field Summary
Modifier and TypeFieldDescriptionany constraints on the observation.The Field for the observation.The use of the calibration observation.The actual target of the observation.The technical goals of the observation. -
Constructor Summary
-
Method Summary
-
Field Details
-
intent
The use of the calibration observation. -
target
The actual target of the observation. -
field
The Field for the observation. -
technicalGoal
The technical goals of the observation. -
constraints
any constraints on the observation.
-
-
Constructor Details
-
CalibrationObservationBuilder
public CalibrationObservationBuilder()
-
-
Method Details
-
create
create a CalibrationObservation from this builder.- Returns:
- an object initialized from the builder.
-