| java.lang.Object org.openharmonise.rm.commands.Context
Context | public class Context (Code) | | FIXME - Michael Bell DIDN'T GIVE ME A DESCRIPTION!!
author: Michael Bell version: $Revision: 1.1 $ |
Constructor Summary | |
public | Context() |
addContextParameter | public void addContextParameter(String sName, Object val)(Code) | | Adds a name-value pair to this context
Parameters: sName - Parameters: val - |
getContextParameter | public Object getContextParameter(String sName)(Code) | | Returns the value for the parameter with the specified
name
Parameters: sName - |
|
|