Class TLcdISO19115Lineage
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.metadata.model.util.TLcdISO19118Object
com.luciad.format.metadata.model.dataquality.TLcdISO19115Lineage
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
Information about the events or source data used in constructing the data specified by the scope or lack of knowledge about lineage
- Since:
- 10.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theprocessStep
element.static final TLcdDataProperty
Data property that maps to thesource
element.static final TLcdDataProperty
Data property that maps to thestatement
element.Fields inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
ID_PROPERTY, UUID_PROPERTY
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of thePROCESS_STEP_PROPERTY
property adapted to a list ofTLcdISO19115ProcessStep
instances.Gets the value of theSOURCE_PROPERTY
property adapted to a list ofTLcdISO19115Source
instances.Returns the role value contained in the value of theSTATEMENT_PROPERTY
property.void
setStatement
(String aValue) Sets the value of the property that maps to thestatement
element.Methods inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
getId, getUuid, setId, setUuid
-
Field Details
-
STATEMENT_PROPERTY
Data property that maps to thestatement
element. The possible values for this property are instances ofTLcdISO19115Optional<String>
. -
PROCESS_STEP_PROPERTY
Data property that maps to theprocessStep
element. The possible values for this property are instances ofList<TLcdISO19118Property<TLcdISO19115ProcessStep>>
. -
SOURCE_PROPERTY
Data property that maps to thesource
element. The possible values for this property are instances ofList<TLcdISO19118Property<TLcdISO19115Source>>
.
-
-
Constructor Details
-
TLcdISO19115Lineage
public TLcdISO19115Lineage() -
TLcdISO19115Lineage
-
-
Method Details
-
getStatement
Returns the role value contained in the value of theSTATEMENT_PROPERTY
property. Returnsnull
if the value of theSTATEMENT_PROPERTY
property isnull
.- Returns:
- the role value of the
STATEMENT_PROPERTY
property. - See Also:
-
setStatement
Sets the value of the property that maps to thestatement
element. to a new instance of the association classTLcdISO19115Optional
initialized with the given role value. In case the given role value isnull
, theSTATEMENT_PROPERTY
property is set tonull
.- Parameters:
aValue
- the role value to set for theSTATEMENT_PROPERTY
property.
-
getProcessStep
Gets the value of thePROCESS_STEP_PROPERTY
property adapted to a list ofTLcdISO19115ProcessStep
instances.- Returns:
- the value of the
PROCESS_STEP_PROPERTY
property adapted to a list ofTLcdISO19115ProcessStep
instances. - See Also:
-
getSource
Gets the value of theSOURCE_PROPERTY
property adapted to a list ofTLcdISO19115Source
instances.- Returns:
- the value of the
SOURCE_PROPERTY
property adapted to a list ofTLcdISO19115Source
instances. - See Also:
-