|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectAbstractMetadata
ModifiableMetadata
MetadataEntity
ElementImpl
public class ElementImpl
Type of test applied to the data specified by a data quality scope.
modules/library/metadata (gt-metadata.jar)
Field Summary |
---|
Fields inherited from class AbstractMetadata |
---|
LOGGER |
Constructor Summary | |
---|---|
ElementImpl()
Constructs an initially empty element. |
|
ElementImpl(Element source)
Constructs a metadata entity initialized with the values from the specified metadata. |
|
ElementImpl(Result result)
Creates an element initialized to the given result. |
Method Summary | |
---|---|
Collection<Date> |
getDates()
Returns the date or range of dates on which a data quality measure was applied. |
InternationalString |
getEvaluationMethodDescription()
Returns the description of the evaluation method. |
EvaluationMethodType |
getEvaluationMethodType()
Returns the type of method used to evaluate quality of the dataset, or null if unspecified. |
Citation |
getEvaluationProcedure()
Returns the reference to the procedure information, or null if none. |
InternationalString |
getMeasureDescription()
Returns the description of the measure being determined. |
Identifier |
getMeasureIdentification()
Returns the code identifying a registered standard procedure, or null if none. |
Collection<InternationalString> |
getNamesOfMeasure()
Returns the name of the test applied to the data. |
Collection<Result> |
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. |
void |
setDates(Collection<Date> newValues)
Set the date or range of dates on which a data quality measure was applied. |
void |
setEvaluationMethodDescription(InternationalString newValue)
Set the description of the evaluation method. |
void |
setEvaluationMethodType(EvaluationMethodType newValue)
Set the ype of method used to evaluate quality of the dataset. |
void |
setEvaluationProcedure(Citation newValue)
Set the reference to the procedure information. |
void |
setMeasureDescription(InternationalString newValue)
Set the description of the measure being determined. |
void |
setMeasureIdentification(Identifier newValue)
Set the code identifying a registered standard procedure. |
void |
setNamesOfMeasure(Collection<? extends InternationalString> newValues)
Set the name of the test applied to the data. |
void |
setResults(Collection<? extends Result> 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. |
Methods inherited from class MetadataEntity |
---|
ensureNonNull, getStandard |
Methods inherited from class ModifiableMetadata |
---|
checkWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiable |
Methods inherited from class AbstractMetadata |
---|
asMap, asTree, equals, getInterface, hashCode, toString |
Methods inherited from class Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ElementImpl()
public ElementImpl(Element source)
public ElementImpl(Result result)
Method Detail |
---|
public Collection<InternationalString> getNamesOfMeasure()
getNamesOfMeasure
in interface Element
public void setNamesOfMeasure(Collection<? extends InternationalString> newValues)
public Identifier getMeasureIdentification()
null
if none.
getMeasureIdentification
in interface Element
public void setMeasureIdentification(Identifier newValue)
public InternationalString getMeasureDescription()
getMeasureDescription
in interface Element
public void setMeasureDescription(InternationalString newValue)
public EvaluationMethodType getEvaluationMethodType()
null
if unspecified.
getEvaluationMethodType
in interface Element
public void setEvaluationMethodType(EvaluationMethodType newValue)
public InternationalString getEvaluationMethodDescription()
getEvaluationMethodDescription
in interface Element
public void setEvaluationMethodDescription(InternationalString newValue)
public Citation getEvaluationProcedure()
null
if none.
getEvaluationProcedure
in interface Element
public void setEvaluationProcedure(Citation newValue)
public Collection<Date> getDates()
getDates
in interface Element
public void setDates(Collection<Date> newValues)
public Collection<Result> getResults()
getResults
in interface Element
public void setResults(Collection<? extends Result> newValues)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |