Package jadex.bdiv3x.runtime
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getName()
Get the name.java.lang.Object
getValue()
Get the value of a parameter.void
setValue(java.lang.Object value)
Set a value of a parameter.-
Methods inherited from interface jadex.bdiv3x.runtime.IElement
getModelElement
-
-