Package jadex.bpmn.runtime.editor
Interface IEditorParameterMetaInfo
-
public interface IEditorParameterMetaInfo
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
METHOD_IJADEXPARAMETERMETAINFO_GET_CLAZZ
The implementing getClazz() method namestatic java.lang.String
METHOD_IJADEXPARAMETERMETAINFO_GET_DESCRIPTION
The implementing getDescription() method namestatic java.lang.String
METHOD_IJADEXPARAMETERMETAINFO_GET_DIRECTION
The implementing getDirection() method namestatic java.lang.String
METHOD_IJADEXPARAMETERMETAINFO_GET_INITIAL_VALUE
The implementing getInitialValue() method namestatic java.lang.String
METHOD_IJADEXPARAMETERMETAINFO_GET_NAME
The implementing getName() method name
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Class<?>
getClazz()
Get the clazz.java.lang.String
getDescription()
Get the description.java.lang.String
getDirection()
Get the direction.java.lang.String
getInitialValue()
Get the initialval.java.lang.String
getName()
Get the name.
-
-
-
Field Detail
-
METHOD_IJADEXPARAMETERMETAINFO_GET_DIRECTION
static final java.lang.String METHOD_IJADEXPARAMETERMETAINFO_GET_DIRECTION
The implementing getDirection() method name- See Also:
- Constant Field Values
-
METHOD_IJADEXPARAMETERMETAINFO_GET_CLAZZ
static final java.lang.String METHOD_IJADEXPARAMETERMETAINFO_GET_CLAZZ
The implementing getClazz() method name- See Also:
- Constant Field Values
-
METHOD_IJADEXPARAMETERMETAINFO_GET_NAME
static final java.lang.String METHOD_IJADEXPARAMETERMETAINFO_GET_NAME
The implementing getName() method name- See Also:
- Constant Field Values
-
METHOD_IJADEXPARAMETERMETAINFO_GET_INITIAL_VALUE
static final java.lang.String METHOD_IJADEXPARAMETERMETAINFO_GET_INITIAL_VALUE
The implementing getInitialValue() method name- See Also:
- Constant Field Values
-
METHOD_IJADEXPARAMETERMETAINFO_GET_DESCRIPTION
static final java.lang.String METHOD_IJADEXPARAMETERMETAINFO_GET_DESCRIPTION
The implementing getDescription() method name- See Also:
- Constant Field Values
-
-
Method Detail
-
getDirection
java.lang.String getDirection()
Get the direction.- Returns:
- The direction.
-
getClazz
java.lang.Class<?> getClazz()
Get the clazz.- Returns:
- The clazz.
-
getName
java.lang.String getName()
Get the name.- Returns:
- The name.
-
getInitialValue
java.lang.String getInitialValue()
Get the initialval.- Returns:
- The initialval.
-
getDescription
java.lang.String getDescription()
Get the description.- Returns:
- The description.
-
-
-