|
CICS® Transaction Gateway Programming Reference v1.1.0.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFieldData
This interface defines the field data interface used by the resource adapter. When the resource adapter builds a field, this interface is used to supply the name, size, position, and text of the field.
Method Summary | |
---|---|
int |
getMaxLength()
Returns the maximum length of the field, including any attribute bytes. |
java.lang.String |
getName()
Returns field name if one exists, null or "" otherwise. |
int |
getPos()
Returns the position of the field on the screen. |
java.lang.String |
getText()
Returns the text of the field. |
Method Detail |
---|
int getMaxLength()
java.lang.String getName()
int getPos()
java.lang.String getText()
|
©Copyright IBM Corp. 1994, 2014 Legal |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |