Package org.pentaho.di.core
Interface KettleAttributeInterface
- All Known Implementing Classes:
KettleAttribute
public interface KettleAttributeInterface
-
Method Details
-
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.
-