com.sap.ip.me.api.sync
Interface InboundContainerElement


Deprecated. Generic sync has been replaced by MBO synchronization. This interface is only there for compatibility issues and will be removed in further releases of SAP NetWeaver Mobile Client

public interface InboundContainerElement

Represents an element contained in an inbound container

Author:
SAP

Method Summary
 java.lang.String getFieldName()
          Deprecated. Gets the field name of the InboundContainerElement object
 java.lang.String getFieldValue()
          Deprecated. Gets the field value of the InboundContainerElement object
 java.lang.String getFieldValueSubstring(int begin, int length)
          Deprecated. 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
 java.lang.String getLineNumber()
          Deprecated. Gets the line number of the InboundContainerElement object
 int getLineNumberAsInt()
          Deprecated. Gets the line number of the InboundContainerElement object as an integer.
 

Method Detail

getFieldName

java.lang.String getFieldName()
Deprecated. 
Gets the field name of the InboundContainerElement object

Returns:
The field name

getLineNumber

java.lang.String getLineNumber()
Deprecated. 
Gets the line number of the InboundContainerElement object

Returns:
The line number

getLineNumberAsInt

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

Returns:
The line number

getFieldValue

java.lang.String getFieldValue()
Deprecated. 
Gets the field value of the InboundContainerElement object

Returns:
The field value

getFieldValueSubstring

java.lang.String getFieldValueSubstring(int begin,
                                        int length)
Deprecated. 
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