Package org.ivoa.dm.demodm
Class PhotometricSystem.PhotometricSystemBuilder
java.lang.Object
org.ivoa.dm.demodm.PhotometricSystem.PhotometricSystemBuilder
- Enclosing class:
- PhotometricSystem
A builder class for PhotometricSystem, mainly for use in the functional builder pattern.
-
Field Summary
FieldsModifier and TypeFieldDescriptionString representation Photometric system.Type of detector (e.g energy or photon counter).. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
description
String representation Photometric system. -
detectorType
Type of detector (e.g energy or photon counter). -
photometryFilter
.
-
-
Constructor Details
-
PhotometricSystemBuilder
public PhotometricSystemBuilder()
-
-
Method Details
-
create
create a PhotometricSystem from this builder.- Returns:
- an object initialized from the builder.
-