Class ResultImpl
- Object
- 
- AbstractMetadata
- 
- ModifiableMetadata
- 
- MetadataEntity
- 
- ResultImpl
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable,- Cloneable,- Result
 
 public class ResultImpl extends MetadataEntity implements Result Type of test applied to the data specified by a data quality scope.- Since:
- 2.1
- Author:
- Martin Desruisseaux (IRD), Touraïvane
- See Also:
- Serialized Form
 
- 
- 
Field Summary- 
Fields inherited from class AbstractMetadataLOGGER
 
- 
 - 
Constructor SummaryConstructors Constructor Description ResultImpl()Constructs an initially empty result.ResultImpl(Result source)Constructs a metadata entity initialized with the values from the specified metadata.
 - 
Method Summary- 
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- 
ResultImplpublic ResultImpl() Constructs an initially empty result.
 - 
ResultImplpublic ResultImpl(Result source) Constructs a metadata entity initialized with the values from the specified metadata.- Since:
- 2.4
 
 
- 
 
-