Uses of Interface
org.pentaho.di.core.KettleAttributeInterface
Packages that use KettleAttributeInterface
-
Uses of KettleAttributeInterface in org.pentaho.di.core
Classes in org.pentaho.di.core that implement KettleAttributeInterfaceMethods in org.pentaho.di.core that return KettleAttributeInterfaceModifier and TypeMethodDescriptionKettleAttribute.getParent()KettleAttributeInterface.getParent()Methods in org.pentaho.di.core with parameters of type KettleAttributeInterfaceModifier and TypeMethodDescriptionvoidKettleAttribute.setParent(KettleAttributeInterface parent) Constructors in org.pentaho.di.core with parameters of type KettleAttributeInterfaceModifierConstructorDescriptionKettleAttribute(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 KettleAttributeInterfaceModifier and TypeMethodDescriptionstatic 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