|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KettleAttributeInterface | |
---|---|
org.pentaho.di.core | |
org.pentaho.di.core.xml | |
org.pentaho.di.trans.step | |
org.pentaho.di.trans.steps.selectvalues |
Uses of KettleAttributeInterface in org.pentaho.di.core |
---|
Classes in org.pentaho.di.core that implement KettleAttributeInterface | |
---|---|
class |
KettleAttribute
|
Methods in org.pentaho.di.core that return KettleAttributeInterface | |
---|---|
KettleAttributeInterface |
KettleAttribute.getParent()
|
KettleAttributeInterface |
KettleAttributeInterface.getParent()
|
Methods in org.pentaho.di.core with parameters of type KettleAttributeInterface | |
---|---|
void |
KettleAttribute.setParent(KettleAttributeInterface parent)
|
Constructors in org.pentaho.di.core with parameters of type KettleAttributeInterface | |
---|---|
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 | |
---|---|
static String |
XMLHandler.addTagValue(KettleAttributeInterface tag,
boolean bool)
Build an XML string (including a carriage return) for a certain tag boolean value |
static String |
XMLHandler.addTagValue(KettleAttributeInterface tag,
int i)
Build an XML string (with carriage return) for a certain tag integer value |
static String |
XMLHandler.addTagValue(KettleAttributeInterface tag,
String val)
Build an XML string (including a carriage return) for a certain tag String value |
static String |
XMLHandler.getTagValue(Node n,
KettleAttributeInterface code)
Get the value of a tag in a node |
Uses of KettleAttributeInterface in org.pentaho.di.trans.step |
---|
Methods in org.pentaho.di.trans.step that return KettleAttributeInterface | |
---|---|
KettleAttributeInterface |
StepAttributesInterface.findAttribute(String key)
|
KettleAttributeInterface |
BaseStepMeta.findAttribute(String key)
|
KettleAttributeInterface |
StepAttributesInterface.findParent(List<KettleAttributeInterface> attributes,
String parentId)
|
KettleAttributeInterface |
BaseStepMeta.findParent(List<KettleAttributeInterface> attributes,
String parentId)
|
Method parameters in org.pentaho.di.trans.step with type arguments of type KettleAttributeInterface | |
---|---|
KettleAttributeInterface |
StepAttributesInterface.findParent(List<KettleAttributeInterface> attributes,
String parentId)
|
KettleAttributeInterface |
BaseStepMeta.findParent(List<KettleAttributeInterface> attributes,
String parentId)
|
Uses of KettleAttributeInterface in org.pentaho.di.trans.steps.selectvalues |
---|
Classes in org.pentaho.di.trans.steps.selectvalues that implement KettleAttributeInterface | |
---|---|
class |
SelectValuesAttr
TODO: move this to XML somewhere... |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |