com.sap.ip.me.api.sync

Interface InboundContainerElement


public interface InboundContainerElement

Represents an element contained in an inbound container


Method Summary
 String getFieldName()
          Gets the field name of the InboundContainerElement object
 String getFieldValue()
          Gets the field value of the InboundContainerElement object
 String getFieldValueSubstring(int begin, int length)
          Gets the substring of field value of the InboundContainerElement object If the requested substring does not exist (e.g.; the value string is shorter then expected) an empty string will be returned
 String getLineNumber()
          Gets the line number of the InboundContainerElement object
 int getLineNumberAsInt()
          Gets the line number of the InboundContainerElement object as an integer.
 

Method Detail

getFieldName

public String getFieldName()
Gets the field name of the InboundContainerElement object

Returns:
The field name

getLineNumber

public String getLineNumber()
Gets the line number of the InboundContainerElement object

Returns:
The line number

getLineNumberAsInt

public int getLineNumberAsInt()
Gets the line number of the InboundContainerElement object as an integer.

Returns:
The line number

getFieldValue

public String getFieldValue()
Gets the field value of the InboundContainerElement object

Returns:
The field value

getFieldValueSubstring

public String getFieldValueSubstring(int begin,
                                     int length)
Gets the substring of field value of the InboundContainerElement object If the requested substring does not exist (e.g.; the value string is shorter then expected) an empty string will be returned

Parameters:
begin - Begin index of the requested substring. Starts with 0
length - Maximum expected length of the requested Substring.
Returns:
Field values substring with length smaller/equal expected length that begins on the given index


Copyright 2006 SAP AG Complete Copyright Notice