Interface IParameter

  • All Superinterfaces:
    IElement
    All Known Implementing Classes:
    RMessageEvent.RParam, jadex.bdiv3.runtime.impl.RParameterElement.RParameter

    public interface IParameter
    extends IElement
    The interface for parameters.
    • Method Detail

      • setValue

        void setValue​(java.lang.Object value)
        Set a value of a parameter.
        Parameters:
        value - The new value.
      • getValue

        java.lang.Object getValue()
        Get the value of a parameter.
        Returns:
        The value.
      • getName

        java.lang.String getName()
        Get the name.
        Returns:
        The name.