Package org.pentaho.di.lineage
Class ValueLineage
java.lang.Object
org.pentaho.di.lineage.ValueLineage
This class contains value lineage information.
That means that we will have information on where and how a certain value is originating, being manipulated etc.
That means that we will have information on where and how a certain value is originating, being manipulated etc.
- Author:
- matt
-
Constructor Summary
ConstructorDescriptionValueLineage
(TransMeta transMeta, org.pentaho.di.core.row.ValueMetaInterface valueMeta) Create a new ValueLineage object with an empty set of source steps. -
Method Summary
Modifier and TypeMethodDescriptionorg.pentaho.di.core.row.ValueMetaInterface
void
setSourceSteps
(List<StepMeta> sourceSteps) void
setTransMeta
(TransMeta transMeta) void
setValueMeta
(org.pentaho.di.core.row.ValueMetaInterface valueMeta)
-
Constructor Details
-
ValueLineage
Create a new ValueLineage object with an empty set of source steps.- Parameters:
valueMeta
-
-
-
Method Details
-
getTransMeta
- Returns:
- the transMeta
-
setTransMeta
- Parameters:
transMeta
- the transMeta to set
-
getValueMeta
public org.pentaho.di.core.row.ValueMetaInterface getValueMeta()- Returns:
- the valueMeta
-
setValueMeta
public void setValueMeta(org.pentaho.di.core.row.ValueMetaInterface valueMeta) - Parameters:
valueMeta
- the valueMeta to set
-
getSourceSteps
- Returns:
- the sourceSteps
-
setSourceSteps
- Parameters:
sourceSteps
- the sourceSteps to set
-