Package org.apache.hop.resource
Interface IResourceHolder
-
- All Known Implementing Classes:
ActionBase,ActionDummy,ActionStart,MissingAction,TransformMeta
public interface IResourceHolder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDescription()StringgetName()StringgetPluginId()StringgetTypeId()Gets the high-level type of resource holder.
-
-
-
Method Detail
-
getName
String getName()
- Returns:
- The name of the holder of the resource
-
getDescription
String getDescription()
- Returns:
- The description of the holder of the resource
-
getPluginId
String getPluginId()
- Returns:
- The Type ID of the resource holder. The Type ID is the system-defined type identifier (like PIPELINE or SORT).
-
getTypeId
String getTypeId()
Gets the high-level type of resource holder.- Returns:
- JOBENTRY, TRANSFORM, etc.
-
-