com.sap.aii.mapping.api

Class InputParameters

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

public abstract class InputParameters
extends Object

Access to input parmeter of the mapping.


Constructor Summary
InputParameters()
           
 
Method Summary
abstract  Channel getChannel(String name)
           
abstract  int getInt(String name)
           
abstract  String getString(String name)
           
abstract  Object getValue(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InputParameters

public InputParameters()
Method Detail

getValue

public abstract Object getValue(String name)
Parameters:
name - name of the inputparameter
Returns:
value of the inputparameter name

getString

public abstract String getString(String name)

getInt

public abstract int getInt(String name)

getChannel

public abstract Channel getChannel(String name)
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 2012 SAP AG Complete Copyright Notice