The Parameters interface allows for dynamic querying and setting of proprietary parameters. This interface is used by many of the other interfaces in this package.
public abstract String getParameter(String Name)
Returns the parameter named Name.
Exceptions:
public abstract String setParameter(String Name, String Parameter)
Sets the parameter named Name. The previous value is returned.
Exceptions: