Package org.apache.hop.pipeline
Interface ISubPipelineAwareMeta
-
public interface ISubPipelineAwareMetaA transform "meta" that contains a reference to a sub-pipeline.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFilename()TransformMetagetParentTransformMeta()
-
-
-
Method Detail
-
getFilename
String getFilename()
-
getParentTransformMeta
TransformMeta getParentTransformMeta()
-
-