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

      Returns:
      The parent interface.