Package jadex.bpmn.runtime.editor
Interface IEditorParameterMetaInfo
public interface IEditorParameterMetaInfo
This is only a COPY from the BPMN editor
Marker interface for ParameterMetaInfo-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The implementing getClazz() method namestatic final String
The implementing getDescription() method namestatic final String
The implementing getDirection() method namestatic final String
The implementing getInitialValue() method namestatic final String
The implementing getName() method name -
Method Summary
-
Field Details
-
METHOD_IJADEXPARAMETERMETAINFO_GET_DIRECTION
The implementing getDirection() method name- See Also:
-
METHOD_IJADEXPARAMETERMETAINFO_GET_CLAZZ
The implementing getClazz() method name- See Also:
-
METHOD_IJADEXPARAMETERMETAINFO_GET_NAME
The implementing getName() method name- See Also:
-
METHOD_IJADEXPARAMETERMETAINFO_GET_INITIAL_VALUE
The implementing getInitialValue() method name- See Also:
-
METHOD_IJADEXPARAMETERMETAINFO_GET_DESCRIPTION
The implementing getDescription() method name- See Also:
-
-
Method Details
-
getDirection
String getDirection()Get the direction.- Returns:
- The direction.
-
getClazz
Class<?> getClazz()Get the clazz.- Returns:
- The clazz.
-
getName
String getName()Get the name.- Returns:
- The name.
-
getInitialValue
String getInitialValue()Get the initialval.- Returns:
- The initialval.
-
getDescription
String getDescription()Get the description.- Returns:
- The description.
-