Class Version.VersionBuilder

java.lang.Object
org.ivoa.dm.registry.tap.Version.VersionBuilder
Enclosing class:
Version

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

    • value

      public String value
      .
    • ivoid

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

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