Package org.pentaho.di.trans
Class TransHopMeta
- All Implemented Interfaces:
Cloneable
,Comparable<TransHopMeta>
,org.pentaho.di.core.xml.XMLInterface
Defines a link between 2 steps in a transformation
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTransHopMeta
(StepMeta from, StepMeta to) TransHopMeta
(StepMeta from, StepMeta to, boolean en) TransHopMeta
(Node hopnode, List<StepMeta> steps) -
Method Summary
Methods inherited from class org.pentaho.di.base.BaseHopMeta
clone, getObjectId, hasChanged, isEnabled, isErrorHop, setChanged, setChanged, setEnabled, setEnabled, setErrorHop, setObjectId
-
Field Details
-
XML_HOP_TAG
- See Also:
-
XML_FROM_TAG
- See Also:
-
XML_TO_TAG
- See Also:
-
-
Constructor Details
-
Method Details
-
setFromStep
-
setToStep
-
getFromStep
-
getToStep
-
equals
-
hashCode
public int hashCode() -
compareTo
Compare 2 hops.- Specified by:
compareTo
in interfaceComparable<TransHopMeta>
-
flip
public void flip() -
toString
-
getXML
- Specified by:
getXML
in interfaceorg.pentaho.di.core.xml.XMLInterface
-