Package org.ivoa.dm.registry.standard
Class EndorsedVersion.EndorsedVersionBuilder
java.lang.Object
org.ivoa.dm.registry.standard.EndorsedVersion.EndorsedVersionBuilder
- Enclosing class:
 - EndorsedVersion
 
A builder class for EndorsedVersion, mainly for use in the functional builder pattern.
- 
Field Summary
FieldsModifier and TypeFieldDescriptionthe IVOA status level of this version of the standard.A designation of preference for the version compared to other versions in use.. - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
value
. - 
status
the IVOA status level of this version of the standard. For values of 'rec', 'pr', 'wd', and 'note', the record's referenceURL element should point to the official specification document in the IVOA Document Repository; if the document does not appear there, these values should not be used. - 
use
A designation of preference for the version compared to other versions in use. 
 - 
 - 
Constructor Details
- 
EndorsedVersionBuilder
public EndorsedVersionBuilder() 
 - 
 - 
Method Details
- 
create
create a EndorsedVersion from this builder.- Returns:
 - an object initialized from the builder.
 
 
 -