Class TLcdISO19115DataQuality
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.metadata.model.util.TLcdISO19118Object
com.luciad.format.metadata.model.dataquality.TLcdISO19115DataQuality
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
Quality information for the data specified by a data quality scope
- Since:
- 10.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to thelineageelement.static final TLcdDataPropertyData property that maps to thereportelement.static final TLcdDataPropertyData property that maps to thescopeelement.Fields inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
ID_PROPERTY, UUID_PROPERTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the role value contained in the value of theLINEAGE_PROPERTYproperty.Gets the value of theREPORT_PROPERTYproperty adapted to a list ofTLcdISO19115Elementinstances.getScope()Returns the role value contained in the value of theSCOPE_PROPERTYproperty.voidsetLineage(TLcdISO19115Lineage aValue) Sets the value of the property that maps to thelineageelement.voidsetScope(TLcdISO19115Scope aValue) Sets the value of the property that maps to thescopeelement.Methods inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
getId, getUuid, setId, setUuid
-
Field Details
-
SCOPE_PROPERTY
Data property that maps to thescopeelement. The possible values for this property are instances ofTLcdISO19118Property<TLcdISO19115Scope>. -
REPORT_PROPERTY
Data property that maps to thereportelement. The possible values for this property are instances ofList<TLcdISO19118Property<TLcdISO19115Element>>. -
LINEAGE_PROPERTY
Data property that maps to thelineageelement. The possible values for this property are instances ofTLcdISO19118Property<TLcdISO19115Lineage>.
-
-
Constructor Details
-
TLcdISO19115DataQuality
public TLcdISO19115DataQuality() -
TLcdISO19115DataQuality
-
-
Method Details
-
getScope
Returns the role value contained in the value of theSCOPE_PROPERTYproperty. Returnsnullif the value of theSCOPE_PROPERTYproperty isnull.- Returns:
- the role value of the
SCOPE_PROPERTYproperty. - See Also:
-
setScope
Sets the value of the property that maps to thescopeelement. to a new instance of the association classTLcdISO19118Propertyinitialized with the given role value. In case the given role value isnull, theSCOPE_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for theSCOPE_PROPERTYproperty.
-
getReport
Gets the value of theREPORT_PROPERTYproperty adapted to a list ofTLcdISO19115Elementinstances.- Returns:
- the value of the
REPORT_PROPERTYproperty adapted to a list ofTLcdISO19115Elementinstances. - See Also:
-
getLineage
Returns the role value contained in the value of theLINEAGE_PROPERTYproperty. Returnsnullif the value of theLINEAGE_PROPERTYproperty isnull.- Returns:
- the role value of the
LINEAGE_PROPERTYproperty. - See Also:
-
setLineage
Sets the value of the property that maps to thelineageelement. to a new instance of the association classTLcdISO19118Propertyinitialized with the given role value. In case the given role value isnull, theLINEAGE_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for theLINEAGE_PROPERTYproperty.
-