Class UCDTerm.UCDTermBuilder

java.lang.Object
org.ivoa.dm.caom2.UCDTerm.UCDTermBuilder
Enclosing class:
UCDTerm

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

    • namespace

      public String namespace
      This is the globally unique namespace for the vocabulary where definitions can be found.
    • term

      public String term
      the word from the vocabulary.
  • Constructor Details

    • UCDTermBuilder

      public UCDTermBuilder()
  • Method Details

    • create

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