Interface IEditorParameterMetaInfo


public interface IEditorParameterMetaInfo

This is only a COPY from the BPMN editor

Marker interface for ParameterMetaInfo
  • Field Details

    • METHOD_IJADEXPARAMETERMETAINFO_GET_DIRECTION

      static final String METHOD_IJADEXPARAMETERMETAINFO_GET_DIRECTION
      The implementing getDirection() method name
      See Also:
    • METHOD_IJADEXPARAMETERMETAINFO_GET_CLAZZ

      static final String METHOD_IJADEXPARAMETERMETAINFO_GET_CLAZZ
      The implementing getClazz() method name
      See Also:
    • METHOD_IJADEXPARAMETERMETAINFO_GET_NAME

      static final String METHOD_IJADEXPARAMETERMETAINFO_GET_NAME
      The implementing getName() method name
      See Also:
    • METHOD_IJADEXPARAMETERMETAINFO_GET_INITIAL_VALUE

      static final String METHOD_IJADEXPARAMETERMETAINFO_GET_INITIAL_VALUE
      The implementing getInitialValue() method name
      See Also:
    • METHOD_IJADEXPARAMETERMETAINFO_GET_DESCRIPTION

      static final String 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.