Class ConformanceResultImpl
- Object
- 
- AbstractMetadata
- 
- ModifiableMetadata
- 
- MetadataEntity
- 
- ConformanceResultImpl
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable,- Cloneable,- ConformanceResult,- Result
 
 public class ConformanceResultImpl extends MetadataEntity implements ConformanceResult, Result Information about the outcome of evaluating the obtained value (or set of values) against a specified acceptable conformance quality level.- Since:
- 2.1
- Author:
- Martin Desruisseaux (IRD), Touraïvane
- See Also:
- Serialized Form
 
- 
- 
Field Summary- 
Fields inherited from class AbstractMetadataLOGGER
 
- 
 - 
Constructor SummaryConstructors Constructor Description 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 SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description InternationalStringgetExplanation()Explanation of the meaning of conformance for this result.CitationgetSpecification()Citation of product specification or user requirement against which data is being evaluated.booleanpass()Indication of the conformance result.voidsetExplanation(InternationalString newValue)Set the explanation of the meaning of conformance for this result.voidsetPass(boolean newValue)Set the indication of the conformance result.voidsetSpecification(Citation newValue)Set the citation of product specification or user requirement against which data is being evaluated.- 
Methods inherited from class MetadataEntityensureNonNull, getStandard
 - 
Methods inherited from class ModifiableMetadatacheckWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiable
 - 
Methods inherited from class AbstractMetadataasMap, asTree, equals, getInterface, hashCode, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
ConformanceResultImplpublic ConformanceResultImpl() Constructs an initially empty conformance result.
 - 
ConformanceResultImplpublic ConformanceResultImpl(ConformanceResult source) Constructs a metadata entity initialized with the values from the specified metadata.- Since:
- 2.4
 
 - 
ConformanceResultImplpublic ConformanceResultImpl(Citation specification, InternationalString explanation, boolean pass) Creates a conformance result initialized to the given values.
 
- 
 - 
Method Detail- 
getSpecificationpublic Citation getSpecification() Citation of product specification or user requirement against which data is being evaluated.- Specified by:
- getSpecificationin interface- ConformanceResult
- Returns:
- Citation of product specification or user requirement.
 
 - 
setSpecificationpublic void setSpecification(Citation newValue) Set the citation of product specification or user requirement against which data is being evaluated.
 - 
getExplanationpublic InternationalString getExplanation() Explanation of the meaning of conformance for this result.- Specified by:
- getExplanationin interface- ConformanceResult
- Returns:
- Explanation of the meaning of conformance.
 
 - 
setExplanationpublic void setExplanation(InternationalString newValue) Set the explanation of the meaning of conformance for this result.
 - 
passpublic boolean pass() Indication of the conformance result.- Specified by:
- passin interface- ConformanceResult
- Returns:
- Indication of the conformance result.
 
 - 
setPasspublic void setPass(boolean newValue) Set the indication of the conformance result.
 
- 
 
-