Package jadex.bpmn.runtime.editor
Interface IEditorParameterMetaInfo
- 
 public interface IEditorParameterMetaInfo- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringMETHOD_IJADEXPARAMETERMETAINFO_GET_CLAZZThe implementing getClazz() method namestatic java.lang.StringMETHOD_IJADEXPARAMETERMETAINFO_GET_DESCRIPTIONThe implementing getDescription() method namestatic java.lang.StringMETHOD_IJADEXPARAMETERMETAINFO_GET_DIRECTIONThe implementing getDirection() method namestatic java.lang.StringMETHOD_IJADEXPARAMETERMETAINFO_GET_INITIAL_VALUEThe implementing getInitialValue() method namestatic java.lang.StringMETHOD_IJADEXPARAMETERMETAINFO_GET_NAMEThe implementing getName() method name
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Class<?>getClazz()Get the clazz.java.lang.StringgetDescription()Get the description.java.lang.StringgetDirection()Get the direction.java.lang.StringgetInitialValue()Get the initialval.java.lang.StringgetName()Get the name.
 
- 
 - 
- 
Field Detail- 
METHOD_IJADEXPARAMETERMETAINFO_GET_DIRECTIONstatic final java.lang.String METHOD_IJADEXPARAMETERMETAINFO_GET_DIRECTION The implementing getDirection() method name- See Also:
- Constant Field Values
 
 - 
METHOD_IJADEXPARAMETERMETAINFO_GET_CLAZZstatic final java.lang.String METHOD_IJADEXPARAMETERMETAINFO_GET_CLAZZ The implementing getClazz() method name- See Also:
- Constant Field Values
 
 - 
METHOD_IJADEXPARAMETERMETAINFO_GET_NAMEstatic final java.lang.String METHOD_IJADEXPARAMETERMETAINFO_GET_NAME The implementing getName() method name- See Also:
- Constant Field Values
 
 - 
METHOD_IJADEXPARAMETERMETAINFO_GET_INITIAL_VALUEstatic final java.lang.String METHOD_IJADEXPARAMETERMETAINFO_GET_INITIAL_VALUE The implementing getInitialValue() method name- See Also:
- Constant Field Values
 
 - 
METHOD_IJADEXPARAMETERMETAINFO_GET_DESCRIPTIONstatic final java.lang.String METHOD_IJADEXPARAMETERMETAINFO_GET_DESCRIPTION The implementing getDescription() method name- See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getDirectionjava.lang.String getDirection() Get the direction.- Returns:
- The direction.
 
 - 
getClazzjava.lang.Class<?> getClazz() Get the clazz.- Returns:
- The clazz.
 
 - 
getNamejava.lang.String getName() Get the name.- Returns:
- The name.
 
 - 
getInitialValuejava.lang.String getInitialValue() Get the initialval.- Returns:
- The initialval.
 
 - 
getDescriptionjava.lang.String getDescription() Get the description.- Returns:
- The description.
 
 
- 
 
- 
 
-