Uses of Class
org.apache.hop.base.BaseHopMeta
-
Packages that use BaseHopMeta Package Description org.apache.hop.core.gui org.apache.hop.pipeline org.apache.hop.workflow -
-
Uses of BaseHopMeta in org.apache.hop.core.gui
Classes in org.apache.hop.core.gui with type parameters of type BaseHopMeta Modifier and Type Class Description classBasePainter<Hop extends BaseHopMeta<?>,Part extends IBaseMeta>Fields in org.apache.hop.core.gui declared as BaseHopMeta Modifier and Type Field Description protected HopBasePainter. candidate -
Uses of BaseHopMeta in org.apache.hop.pipeline
Subclasses of BaseHopMeta in org.apache.hop.pipeline Modifier and Type Class Description classPipelineHopMetaDefines a link between 2 transforms in a pipeline -
Uses of BaseHopMeta in org.apache.hop.workflow
Subclasses of BaseHopMeta in org.apache.hop.workflow Modifier and Type Class Description classWorkflowHopMetaThis class defines a hop from one action copy to another.
-