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