|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectCodeList<EvaluationMethodType>
EvaluationMethodType
@UML(identifier="DQ_EvaluationMethodTypeCode", specification=ISO_19115) public final class EvaluationMethodType
Type of method for evaluating an identified data quality measure.
Field Summary | |
---|---|
static EvaluationMethodType |
DIRECT_EXTERNAL
Method of evaluating the quality of a dataset based on inspection of items within the dataset, where reference data external to the dataset being evaluated is required. |
static EvaluationMethodType |
DIRECT_INTERNAL
Method of evaluating the quality of a dataset based on inspection of items within the dataset, where all data required is internal to the dataset being evaluated. |
static EvaluationMethodType |
INDIRECT
Method of evaluating the quality of a dataset based on external knowledge. |
Method Summary | |
---|---|
CodeList[] |
family()
Returns the list of enumerations of the same kind than this enum. |
static EvaluationMethodType |
valueOf(String code)
Returns the EvaluationMethodType that matches the given string, or returns a new one if none match it. |
static EvaluationMethodType[] |
values()
Returns the list of EvaluationMethodType s. |
Methods inherited from class CodeList |
---|
compareTo, name, ordinal, readResolve, toString |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
@UML(identifier="directInternal", obligation=CONDITIONAL, specification=ISO_19115) public static final EvaluationMethodType DIRECT_INTERNAL
@UML(identifier="directExternal", obligation=CONDITIONAL, specification=ISO_19115) public static final EvaluationMethodType DIRECT_EXTERNAL
@UML(identifier="indirect", obligation=CONDITIONAL, specification=ISO_19115) public static final EvaluationMethodType INDIRECT
Method Detail |
---|
public static EvaluationMethodType[] values()
EvaluationMethodType
s.
public CodeList[] family()
family
in class CodeList<EvaluationMethodType>
public static EvaluationMethodType valueOf(String code)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |