|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectAbstractMetadata
ModifiableMetadata
MetadataEntity
ResultImpl
QuantitativeResultImpl
public class QuantitativeResultImpl
Information about the value (or set of values) obtained from applying a data quality measure.
modules/library/metadata (gt-metadata.jar)
Field Summary |
---|
Fields inherited from class AbstractMetadata |
---|
LOGGER |
Constructor Summary | |
---|---|
QuantitativeResultImpl()
Constructs an initially empty quantitative result. |
|
QuantitativeResultImpl(double[] values)
Constructs a quantitative result initialized to the specified value. |
|
QuantitativeResultImpl(QuantitativeResult source)
Constructs a metadata entity initialized with the values from the specified metadata. |
Method Summary | |
---|---|
InternationalString |
getErrorStatistic()
Statistical method used to determine the value, or null if none. |
List<Record> |
getValues()
Quantitative value or values, content determined by the evaluation procedure used. |
RecordType |
getValueType()
Value type for reporting a data quality result, or null if none. |
Unit |
getValueUnit()
Value unit for reporting a data quality result, or null if none. |
void |
setErrorStatistic(InternationalString newValue)
Set the statistical method used to determine the value, or null if none. |
void |
setValues(double[] newValues)
Set the quantitative value or values, content determined by the evaluation procedure used. |
void |
setValues(List<Record> newValues)
Set the quantitative value or values, content determined by the evaluation procedure used. |
void |
setValueType(RecordType newValue)
Set the value type for reporting a data quality result, or null if none. |
void |
setValueUnit(Unit newValue)
Set the value unit for reporting a data quality result, or null if none. |
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 QuantitativeResultImpl()
public QuantitativeResultImpl(QuantitativeResult source)
public QuantitativeResultImpl(double[] values)
Method Detail |
---|
public List<Record> getValues()
getValues
in interface QuantitativeResult
public void setValues(List<Record> newValues)
public void setValues(double[] newValues)
public RecordType getValueType()
null
if none.
getValueType
in interface QuantitativeResult
public void setValueType(RecordType newValue)
null
if none.
public Unit getValueUnit()
null
if none.
getValueUnit
in interface QuantitativeResult
public void setValueUnit(Unit newValue)
null
if none.
public InternationalString getErrorStatistic()
null
if none.
getErrorStatistic
in interface QuantitativeResult
public void setErrorStatistic(InternationalString newValue)
null
if none.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |