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
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to thelineage
element.static final TLcdDataProperty
Data property that maps to thereport
element.static final TLcdDataProperty
Data property that maps to thescope
element.Fields inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
ID_PROPERTY, UUID_PROPERTY
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the role value contained in the value of theLINEAGE_PROPERTY
property.Gets the value of theREPORT_PROPERTY
property adapted to a list ofTLcdISO19115Element
instances.getScope()
Returns the role value contained in the value of theSCOPE_PROPERTY
property.void
setLineage
(TLcdISO19115Lineage aValue) Sets the value of the property that maps to thelineage
element.void
setScope
(TLcdISO19115Scope aValue) Sets the value of the property that maps to thescope
element.Methods inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
getId, getUuid, setId, setUuid
-
Field Details
-
SCOPE_PROPERTY
Data property that maps to thescope
element. The possible values for this property are instances ofTLcdISO19118Property<TLcdISO19115Scope>
. -
REPORT_PROPERTY
Data property that maps to thereport
element. The possible values for this property are instances ofList<TLcdISO19118Property<TLcdISO19115Element>>
. -
LINEAGE_PROPERTY
Data property that maps to thelineage
element. 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_PROPERTY
property. Returnsnull
if the value of theSCOPE_PROPERTY
property isnull
.- Returns:
- the role value of the
SCOPE_PROPERTY
property. - See Also:
-
setScope
Sets the value of the property that maps to thescope
element. to a new instance of the association classTLcdISO19118Property
initialized with the given role value. In case the given role value isnull
, theSCOPE_PROPERTY
property is set tonull
.- Parameters:
aValue
- the role value to set for theSCOPE_PROPERTY
property.
-
getReport
Gets the value of theREPORT_PROPERTY
property adapted to a list ofTLcdISO19115Element
instances.- Returns:
- the value of the
REPORT_PROPERTY
property adapted to a list ofTLcdISO19115Element
instances. - See Also:
-
getLineage
Returns the role value contained in the value of theLINEAGE_PROPERTY
property. Returnsnull
if the value of theLINEAGE_PROPERTY
property isnull
.- Returns:
- the role value of the
LINEAGE_PROPERTY
property. - See Also:
-
setLineage
Sets the value of the property that maps to thelineage
element. to a new instance of the association classTLcdISO19118Property
initialized with the given role value. In case the given role value isnull
, theLINEAGE_PROPERTY
property is set tonull
.- Parameters:
aValue
- the role value to set for theLINEAGE_PROPERTY
property.
-