Uses of Interface
org.pentaho.di.core.KettleAttributeInterface
-
Packages that use KettleAttributeInterface Package Description org.pentaho.di.core org.pentaho.di.core.xml -
-
Uses of KettleAttributeInterface in org.pentaho.di.core
Classes in org.pentaho.di.core that implement KettleAttributeInterface Modifier and Type Class Description class
KettleAttribute
Methods in org.pentaho.di.core that return KettleAttributeInterface Modifier and Type Method Description KettleAttributeInterface
KettleAttribute. getParent()
KettleAttributeInterface
KettleAttributeInterface. getParent()
Methods in org.pentaho.di.core with parameters of type KettleAttributeInterface Modifier and Type Method Description void
KettleAttribute. setParent(KettleAttributeInterface parent)
Constructors in org.pentaho.di.core with parameters of type KettleAttributeInterface Constructor Description KettleAttribute(String key, String xmlCode, String repCode, String description, String tooltip, int type, KettleAttributeInterface parent)
-
Uses of KettleAttributeInterface in org.pentaho.di.core.xml
Methods in org.pentaho.di.core.xml with parameters of type KettleAttributeInterface Modifier and Type Method Description static 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
-