Package jadex.bpmn.runtime.editor
Interface IEditorTaskMetaInfo
-
public interface IEditorTaskMetaInfo
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
METHOD_ITASKMETAINFO_GET_DESCRIPTION
getDescription() method namestatic java.lang.String
METHOD_ITASKMETAINFO_GET_PARAMETER_METAINFOS
getParameterMetaInfos() method name
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getDescription()
Get the description.IEditorParameterMetaInfo[]
getParameterMetaInfos()
Get the parameters.
-
-
-
Field Detail
-
METHOD_ITASKMETAINFO_GET_DESCRIPTION
static final java.lang.String METHOD_ITASKMETAINFO_GET_DESCRIPTION
getDescription() method name- See Also:
- Constant Field Values
-
METHOD_ITASKMETAINFO_GET_PARAMETER_METAINFOS
static final java.lang.String METHOD_ITASKMETAINFO_GET_PARAMETER_METAINFOS
getParameterMetaInfos() method name- See Also:
- Constant Field Values
-
-
Method Detail
-
getDescription
java.lang.String getDescription()
Get the description.- Returns:
- The description.
-
getParameterMetaInfos
IEditorParameterMetaInfo[] getParameterMetaInfos()
Get the parameters.- Returns:
- The parameters.
-
-
-