Class Relationship.RelationshipBuilder

java.lang.Object
org.ivoa.dm.regtap.Relationship.RelationshipBuilder
Enclosing class:
Relationship

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

    • relationship_type

      public String relationship_type
      The type of the relationship; these terms are drawn from a controlled vocabulary and are DataCite-compatible.
  • Constructor Details

    • RelationshipBuilder

      public RelationshipBuilder()
  • Method Details

    • create

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