Package org.ivoa.dm.caom2
Class Instrument.InstrumentBuilder
java.lang.Object
org.ivoa.dm.caom2.Instrument.InstrumentBuilder
- Enclosing class:
- Instrument
A builder class for Instrument, mainly for use in the functional builder pattern.
-
Field Summary
FieldsModifier and TypeFieldDescriptionadditional keywords that describe the instrument or instrument configuration at the time of observation; keywords cannot contain the pipe (|) character - it is reserved for use in persistence systems (e.g.common name for the instrument. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
common name for the instrument. -
keywords
additional keywords that describe the instrument or instrument configuration at the time of observation; keywords cannot contain the pipe (|) character - it is reserved for use in persistence systems (e.g. to store all keywords in a single column in a table).
-
-
Constructor Details
-
InstrumentBuilder
public InstrumentBuilder()
-
-
Method Details
-
create
create a Instrument from this builder.- Returns:
- an object initialized from the builder.
-