Package org.ivoa.dm.proposal.prop
Class Justification.JustificationBuilder
java.lang.Object
org.ivoa.dm.proposal.prop.Justification.JustificationBuilder
- Enclosing class:
- Justification
A builder class for Justification, mainly for use in the functional builder pattern.
-
Field Summary
Modifier and TypeFieldDescriptionthe format of the text.the full text of the justification. -
Constructor Summary
-
Method Summary
-
Field Details
-
text
the full text of the justification. -
format
the format of the text.
-
-
Constructor Details
-
JustificationBuilder
public JustificationBuilder()
-
-
Method Details
-
create
create a Justification from this builder.- Returns:
- an object initialized from the builder.
-