|
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 IFieldInfo
This interface defines the field information interface used by an application to obtain the name, starting column, starting row, starting position, or text of a field.
Method Summary | |
---|---|
java.lang.String |
getName()
Returns the name of the field. |
int |
getStartCol()
Returns the starting column of the field. |
int |
getStartPos()
Returns the starting position of the field. |
int |
getStartRow()
Returns the starting row which contains the field. |
java.lang.String |
getText()
Returns the text of the field. |
Method Detail |
---|
java.lang.String getName()
int getStartCol()
int getStartPos()
int getStartRow()
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 |