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
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theprocessStepelement.static final TLcdDataPropertyData property that maps to thesourceelement.static final TLcdDataPropertyData property that maps to thestatementelement.Fields inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
ID_PROPERTY, UUID_PROPERTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of thePROCESS_STEP_PROPERTYproperty adapted to a list ofTLcdISO19115ProcessStepinstances.Gets the value of theSOURCE_PROPERTYproperty adapted to a list ofTLcdISO19115Sourceinstances.Returns the role value contained in the value of theSTATEMENT_PROPERTYproperty.voidsetStatement(String aValue) Sets the value of the property that maps to thestatementelement.Methods inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
getId, getUuid, setId, setUuid
-
Field Details
-
STATEMENT_PROPERTY
Data property that maps to thestatementelement. The possible values for this property are instances ofTLcdISO19115Optional<String>. -
PROCESS_STEP_PROPERTY
Data property that maps to theprocessStepelement. The possible values for this property are instances ofList<TLcdISO19118Property<TLcdISO19115ProcessStep>>. -
SOURCE_PROPERTY
Data property that maps to thesourceelement. 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_PROPERTYproperty. Returnsnullif the value of theSTATEMENT_PROPERTYproperty isnull.- Returns:
- the role value of the
STATEMENT_PROPERTYproperty. - See Also:
-
setStatement
Sets the value of the property that maps to thestatementelement. to a new instance of the association classTLcdISO19115Optionalinitialized with the given role value. In case the given role value isnull, theSTATEMENT_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for theSTATEMENT_PROPERTYproperty.
-
getProcessStep
Gets the value of thePROCESS_STEP_PROPERTYproperty adapted to a list ofTLcdISO19115ProcessStepinstances.- Returns:
- the value of the
PROCESS_STEP_PROPERTYproperty adapted to a list ofTLcdISO19115ProcessStepinstances. - See Also:
-
getSource
Gets the value of theSOURCE_PROPERTYproperty adapted to a list ofTLcdISO19115Sourceinstances.- Returns:
- the value of the
SOURCE_PROPERTYproperty adapted to a list ofTLcdISO19115Sourceinstances. - See Also:
-