|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface InboundContainerElement
Represents an element contained in an inbound container
| 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 |
|---|
java.lang.String getFieldName()
java.lang.String getLineNumber()
int getLineNumberAsInt()
java.lang.String getFieldValue()
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 | ||||||||