Package org.ivoa.dm.registry.voresource
Class Source.SourceBuilder
java.lang.Object
org.ivoa.dm.registry.voresource.Source.SourceBuilder
- Enclosing class:
 - Source
 
A builder class for Source, mainly for use in the functional builder pattern.
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
value
. - 
format
The reference format. Recognized values include “bibcode”, referring to a standard astronomical bibcode (http://cdsweb.u-strasbg.fr/simbad/refcode.html). 
 - 
 - 
Constructor Details
- 
SourceBuilder
public SourceBuilder() 
 - 
 - 
Method Details
- 
create
create a Source from this builder.- Returns:
 - an object initialized from the builder.
 
 
 -