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
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] SAP_XIAF [sap.com] com.sap.aii.mapping.lib.facade api BC-XI


Copyright 2014 SAP AG Complete Copyright Notice