Package org.pentaho.di.core
Class KettleAttribute
java.lang.Object
org.pentaho.di.core.KettleAttribute
- All Implemented Interfaces:
- KettleAttributeInterface
- 
Constructor SummaryConstructorsConstructorDescriptionKettleAttribute(String key, String xmlCode, String repCode, String description, String tooltip, int type, KettleAttributeInterface parent) 
- 
Method SummaryModifier and TypeMethodDescriptiongetKey()intgetType()voidsetDescription(String description) voidvoidsetParent(KettleAttributeInterface parent) voidsetRepCode(String repCode) voidsetTooltip(String tooltip) voidsetType(int type) voidsetXmlCode(String xmlCode) 
- 
Constructor Details
- 
Method Details- 
getKey- Specified by:
- getKeyin interface- KettleAttributeInterface
- Returns:
- the key for this attribute, usually the repository code.
 
- 
setKey
- 
getXmlCode- Specified by:
- getXmlCodein interface- KettleAttributeInterface
- Returns:
- the xmlCode
 
- 
setXmlCode- Parameters:
- xmlCode- the xmlCode to set
 
- 
getRepCode- Specified by:
- getRepCodein interface- KettleAttributeInterface
- Returns:
- the repCode
 
- 
setRepCode- Parameters:
- repCode- the repCode to set
 
- 
getDescription- Specified by:
- getDescriptionin interface- KettleAttributeInterface
- Returns:
- the description
 
- 
setDescription- Parameters:
- description- the description to set
 
- 
getTooltip- Specified by:
- getTooltipin interface- KettleAttributeInterface
- Returns:
- the tooltip
 
- 
setTooltip- Parameters:
- tooltip- the tooltip to set
 
- 
getTypepublic int getType()- Specified by:
- getTypein interface- KettleAttributeInterface
- Returns:
- the type
 
- 
setTypepublic void setType(int type) - Parameters:
- type- the type to set
 
- 
getParent- Specified by:
- getParentin interface- KettleAttributeInterface
- Returns:
- the parent
 
- 
setParent- Parameters:
- parent- the parent to set
 
 
-