Class Justification.JustificationBuilder

java.lang.Object
org.ivoa.dm.proposal.prop.Justification.JustificationBuilder
Enclosing class:
Justification

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

    • text

      public String text
      the full text of the justification.
    • format

      public TextFormats format
      the format of the text.
  • Constructor Details

    • JustificationBuilder

      public JustificationBuilder()
  • Method Details

    • create

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