|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents an element contained in an inbound container
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 |
public java.lang.String getFieldName()
public java.lang.String getLineNumber()
public int getLineNumberAsInt()
public java.lang.String getFieldValue()
public java.lang.String getFieldValueSubstring(int begin, int length)
begin
- Begin index of the requested substring. Starts with 0length
- Maximum expected length of the requested Substring.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |