Package org.ivoa.dm.registry.tap
Class Version.VersionBuilder
java.lang.Object
org.ivoa.dm.registry.tap.Version.VersionBuilder
- Enclosing class:
 - Version
 
A builder class for Version, mainly for use in the functional builder pattern.
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
value
. - 
ivoid
An optional IVORN of the language. To more formally define a language supported by a service, a resource record for the language can be created, either centrally on the Registry of Registries or by other registry operators. When such a record exists, the language element's ivoid should point to it. 
 - 
 - 
Constructor Details
- 
VersionBuilder
public VersionBuilder() 
 - 
 - 
Method Details
- 
create
create a Version from this builder.- Returns:
 - an object initialized from the builder.
 
 
 -