Package org.pentaho.di.core
Interface KettleAttributeInterface
-
- All Known Implementing Classes:
KettleAttribute
public interface KettleAttributeInterface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDescription()StringgetKey()KettleAttributeInterfacegetParent()StringgetRepCode()StringgetTooltip()intgetType()StringgetXmlCode()
-
-
-
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.
-
-