Class StandardKey.StandardKeyBuilder

java.lang.Object
org.ivoa.dm.registry.standard.StandardKey.StandardKeyBuilder
Enclosing class:
StandardKey

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

    • name

      public Fragment name
      The property identifier which would appear as the fragment (string after the pound sign, #) in an IVOA identifier.
    • description

      public String description
      A human-readable definition of this property.
  • Constructor Details

    • StandardKeyBuilder

      public StandardKeyBuilder()
  • Method Details

    • create

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