Identifier of a measure fully described elsewhere.
At least one of measure identification
and measure names shall be provided.
The whole description can be found within a measure register or catalogue.
Catalogue of data quality measures
Catalogues of data quality measures may be available online to fully describe the measures referenced in the data quality report of the data evaluated. The catalogue may contain the set of measures used in one or several data quality reports. The catalogue (as a register) enables the user to describe the measure, and store the information in order to be able to refer to it each time needed, instead of re-describing the measure within a data quality report. ThisMeasureReference
represents a reference to a measure in a catalogue.
The full measure description is given by Measure
.- Since:
- 3.1
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiondefault InternationalString
Description of the measure.default Identifier
Identifier of the measure, value uniquely identifying the measure within a namespace.default Collection
<? extends InternationalString> Name(s) of the test applied to the data.
-
Method Details
-
getMeasureIdentification
@UML(identifier="measureIdentification", obligation=OPTIONAL, specification=ISO_19157) default Identifier getMeasureIdentification()Identifier of the measure, value uniquely identifying the measure within a namespace.- Returns:
- code identifying a registered measure, or
null
if none. - See Also:
-
getNamesOfMeasure
@UML(identifier="nameOfMeasure", obligation=CONDITIONAL, specification=ISO_19157) default Collection<? extends InternationalString> getNamesOfMeasure()Name(s) of the test applied to the data. Mandatory if measure identification is not provided.- Returns:
- name of the test applied to the data.
- See Also:
-
getMeasureDescription
@UML(identifier="measureDescription", obligation=OPTIONAL, specification=ISO_19157) default InternationalString getMeasureDescription()Description of the measure.- Returns:
- description of the measure being determined, or
null
if none. - See Also:
-