Package org.ivoa.dm.regtap
Class Validation.ValidationBuilder
java.lang.Object
org.ivoa.dm.regtap.Validation.ValidationBuilder
- Enclosing class:
- Validation
A builder class for Validation, mainly for use in the functional builder pattern.
-
Field Summary
FieldsModifier and TypeFieldDescriptionIf non-NULL, the validation only refers to the capability referenced here.A numeric grade describing the quality of the resource description, when applicable, to be used to indicate the confidence an end-user can put in the resource as part of a VO application or research study.The IVOA ID of the registry or organisation that assigned the validation level. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
validated_by
The IVOA ID of the registry or organisation that assigned the validation level. -
val_level
A numeric grade describing the quality of the resource description, when applicable, to be used to indicate the confidence an end-user can put in the resource as part of a VO application or research study. -
cap_index
If non-NULL, the validation only refers to the capability referenced here.
-
-
Constructor Details
-
ValidationBuilder
public ValidationBuilder()
-
-
Method Details
-
create
create a Validation from this builder.- Returns:
- an object initialized from the builder.
-