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 classKettleAttributeMethods in org.pentaho.di.core that return KettleAttributeInterface Modifier and Type Method Description KettleAttributeInterfaceKettleAttribute. getParent()KettleAttributeInterfaceKettleAttributeInterface. getParent()Methods in org.pentaho.di.core with parameters of type KettleAttributeInterface Modifier and Type Method Description voidKettleAttribute. 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 StringXMLHandler. addTagValue(KettleAttributeInterface tag, boolean bool)Build an XML string (including a carriage return) for a certain tag boolean valuestatic StringXMLHandler. addTagValue(KettleAttributeInterface tag, int i)Build an XML string (with carriage return) for a certain tag integer valuestatic StringXMLHandler. addTagValue(KettleAttributeInterface tag, String val)Build an XML string (including a carriage return) for a certain tag String valuestatic StringXMLHandler. getTagValue(Node n, KettleAttributeInterface code)Get the value of a tag in a node 
 -