com.sap.aii.mapping.api

Class OutputParameters

java.lang.Object
  extended by com.sap.aii.mapping.api.OutputParameters

public abstract class OutputParameters
extends Object

Access to output parmeter of the mapping.


Constructor Summary
OutputParameters()
           
 
Method Summary
abstract  boolean exists(String parameterName)
           
abstract  void setInt(String name, int value)
           
abstract  void setString(String name, String value)
           
abstract  void setValue(String name, Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OutputParameters

public OutputParameters()
Method Detail

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