com.sap.aii.mapping.api
Class OutputParameters
java.lang.Object
com.sap.aii.mapping.api.OutputParameters
public abstract class OutputParameters
- extends Object
Access to output parmeter of the mapping.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OutputParameters
public OutputParameters()
exists
public abstract boolean exists(String parameterName)
setValue
public abstract void setValue(String name,
Object value)
throws UndefinedParameterException,
WrongParameterTypeException
- Throws:
UndefinedParameterException
WrongParameterTypeException
setString
public abstract void setString(String name,
String value)
throws UndefinedParameterException,
WrongParameterTypeException
- Throws:
UndefinedParameterException
WrongParameterTypeException
setInt
public abstract void setInt(String name,
int value)
throws UndefinedParameterException,
WrongParameterTypeException
- Throws:
UndefinedParameterException
WrongParameterTypeException
Copyright 2007 SAP AG Complete Copyright Notice