|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectAbstractMetadata
ModifiableMetadata
MetadataEntity
ResultImpl
ConformanceResultImpl
public class ConformanceResultImpl
Information about the outcome of evaluating the obtained value (or set of values) against a specified acceptable conformance quality level.
modules/library/metadata (gt-metadata.jar)
Field Summary |
---|
Fields inherited from class AbstractMetadata |
---|
LOGGER |
Constructor Summary | |
---|---|
ConformanceResultImpl()
Constructs an initially empty conformance result. |
|
ConformanceResultImpl(Citation specification,
InternationalString explanation,
boolean pass)
Creates a conformance result initialized to the given values. |
|
ConformanceResultImpl(ConformanceResult source)
Constructs a metadata entity initialized with the values from the specified metadata. |
Method Summary | |
---|---|
InternationalString |
getExplanation()
Explanation of the meaning of conformance for this result. |
Citation |
getSpecification()
Citation of product specification or user requirement against which data is being evaluated. |
boolean |
pass()
Indication of the conformance result. |
void |
setExplanation(InternationalString newValue)
Set the explanation of the meaning of conformance for this result. |
void |
setPass(boolean newValue)
Set the indication of the conformance result. |
void |
setSpecification(Citation newValue)
Set the citation of product specification or user requirement against which data is being evaluated. |
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 ConformanceResultImpl()
public ConformanceResultImpl(ConformanceResult source)
public ConformanceResultImpl(Citation specification, InternationalString explanation, boolean pass)
Method Detail |
---|
public Citation getSpecification()
getSpecification
in interface ConformanceResult
public void setSpecification(Citation newValue)
public InternationalString getExplanation()
getExplanation
in interface ConformanceResult
public void setExplanation(InternationalString newValue)
public boolean pass()
pass
in interface ConformanceResult
public void setPass(boolean newValue)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |