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


public interface InboundContainerElement

Represents an element contained in an inbound container

Author:
SAP

Method Summary
 java.lang.String getFieldName()
          Gets the field name of the InboundContainerElement object
 java.lang.String getFieldValue()
          Gets the field value of the InboundContainerElement object
 java.lang.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
 java.lang.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 java.lang.String getFieldName()
Gets the field name of the InboundContainerElement object

Returns:
The field name

getLineNumber

public java.lang.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 java.lang.String getFieldValue()
Gets the field value of the InboundContainerElement object

Returns:
The field value

getFieldValueSubstring

public java.lang.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 © 2005 SAP AG. All Rights Reserved.