Uses of Interface
org.pentaho.di.core.KettleAttributeInterface
-
Uses of KettleAttributeInterface in org.pentaho.di.core
Modifier and TypeMethodDescriptionKettleAttribute.getParent()
KettleAttributeInterface.getParent()
Modifier and TypeMethodDescriptionvoid
KettleAttribute.setParent
(KettleAttributeInterface parent) ModifierConstructorDescriptionKettleAttribute
(String key, String xmlCode, String repCode, String description, String tooltip, int type, KettleAttributeInterface parent) -
Uses of KettleAttributeInterface in org.pentaho.di.core.xml
Modifier and TypeMethodDescriptionstatic String
XMLHandler.addTagValue
(KettleAttributeInterface tag, boolean bool) Build an XML string (including a carriage return) for a certain tag boolean valuestatic String
XMLHandler.addTagValue
(KettleAttributeInterface tag, int i) Build an XML string (with carriage return) for a certain tag integer valuestatic String
XMLHandler.addTagValue
(KettleAttributeInterface tag, String val) Build an XML string (including a carriage return) for a certain tag String valuestatic String
XMLHandler.getTagValue
(Node n, KettleAttributeInterface code) Get the value of a tag in a node