org.pentaho.di.core
Interface KettleAttributeInterface

All Known Implementing Classes:
KettleAttribute, SelectValuesAttr

public interface KettleAttributeInterface


Method Summary
 String getDescription()
           
 String getKey()
           
 KettleAttributeInterface getParent()
           
 String getRepCode()
           
 String getTooltip()
           
 int getType()
           
 String getXmlCode()
           
 

Method Detail

getKey

String getKey()
Returns:
the key for this attribute, usually the repository code.

getXmlCode

String getXmlCode()
Returns:
the xmlCode

getRepCode

String getRepCode()
Returns:
the repCode

getDescription

String getDescription()
Returns:
the description

getTooltip

String getTooltip()
Returns:
the tooltip

getType

int getType()
Returns:
the type

getParent

KettleAttributeInterface getParent()
Returns:
The parent interface.