Method Summary |
|
public Date[] | getDate() Date that the metadata was created. |
public synchronized Collection | getDates() Returns the date or range of dates on which a data quality measure was applied.
The array length is 1 for a single date, or 2 for a range. |
public InternationalString | getEvaluationMethodDescription() Returns the description of the evaluation method. |
public EvaluationMethodType | getEvaluationMethodType() Returns the type of method used to evaluate quality of the dataset,
or
null if unspecified. |
public Citation | getEvaluationProcedure() Returns the reference to the procedure information, or
null if none. |
public InternationalString | getMeasureDescription() Returns the description of the measure being determined. |
public Identifier | getMeasureIdentification() Returns the code identifying a registered standard procedure, or
null if none. |
public synchronized Collection | getNamesOfMeasure() Returns the name of the test applied to the data. |
public Result | getResult() Returns the value (or set of values) obtained from applying a data quality measure or
the out come of evaluating the obtained value (or set of values) against a specified
acceptable conformance quality level. |
public synchronized Collection | getResults() Returns the value (or set of values) obtained from applying a data quality measure or
the out come of evaluating the obtained value (or set of values) against a specified
acceptable conformance quality level. |
public synchronized void | setDate(Date[] newValue) Set the date or range of dates on which a data quality measure was applied. |
public void | setDates(Collection newValues) Set the date or range of dates on which a data quality measure was applied. |
public synchronized void | setEvaluationMethodDescription(InternationalString newValue) Set the description of the evaluation method. |
public synchronized void | setEvaluationMethodType(EvaluationMethodType newValue) Set the ype of method used to evaluate quality of the dataset. |
public synchronized void | setEvaluationProcedure(Citation newValue) Set the reference to the procedure information. |
public synchronized void | setMeasureDescription(InternationalString newValue) Set the description of the measure being determined. |
public synchronized void | setMeasureIdentification(Identifier newValue) Set the code identifying a registered standard procedure. |
public synchronized void | setNamesOfMeasure(Collection newValues) Set the name of the test applied to the data. |
public void | setResult(Result newValue) Set the value (or set of values) obtained from applying a data quality measure or
the out come of evaluating the obtained value (or set of values) against a specified
acceptable conformance quality level. |
public synchronized void | setResults(Collection newValues) Set the value (or set of values) obtained from applying a data quality measure or
the out come of evaluating the obtained value (or set of values) against a specified
acceptable conformance quality level. |