Package jadex.bpmn.runtime.editor
Interface IEditorTask
-
public interface IEditorTask
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
METHOD_IJADEXTASK_GET_TASK_METAINFO
getDescription() method name
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IEditorTaskMetaInfo
getMetaInfo()
Access the TaskMetaInfo
-
-
-
Field Detail
-
METHOD_IJADEXTASK_GET_TASK_METAINFO
static final java.lang.String METHOD_IJADEXTASK_GET_TASK_METAINFO
getDescription() method name- See Also:
- Constant Field Values
-
-
Method Detail
-
getMetaInfo
IEditorTaskMetaInfo getMetaInfo()
Access the TaskMetaInfo- Returns:
- the TaskMetaInfo
-
-
-