com.sap.aii.mapping.value.api

Interface IFRequest


public interface IFRequest

Represents one value mapping request consisting of the source identifier, target identifer and source value.

Since:
SAP NetWeaver '04

Method Summary
 IFIdentifier getSourceIdentifier()
          Returns the source identifier of this request.
 String getSourceValue()
          Returns the source value of this request.
 IFIdentifier getTargetIdentifier()
          Returns the target identifier of this request.
 

Method Detail

getSourceIdentifier

IFIdentifier getSourceIdentifier()
Returns the source identifier of this request.

Returns:
source identifier of this request.

getTargetIdentifier

IFIdentifier getTargetIdentifier()
Returns the target identifier of this request.

Returns:
target identifier of this request.

getSourceValue

String getSourceValue()
Returns the source value of this request.

Returns:
source value of this request.


Copyright 2007 SAP AG Complete Copyright Notice