Class EndorsedVersion.EndorsedVersionBuilder

java.lang.Object
org.ivoa.dm.registry.standard.EndorsedVersion.EndorsedVersionBuilder
Enclosing class:
EndorsedVersion

public static class EndorsedVersion.EndorsedVersionBuilder extends Object
A builder class for EndorsedVersion, mainly for use in the functional builder pattern.
  • Field Details

    • value

      public String value
      .
    • status

      public EndorsedVersion_status 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

      public EndorsedVersion_use use
      A designation of preference for the version compared to other versions in use.
  • Constructor Details

    • EndorsedVersionBuilder

      public EndorsedVersionBuilder()
  • Method Details

    • create

      public EndorsedVersion create()
      create a EndorsedVersion from this builder.
      Returns:
      an object initialized from the builder.