|
Services Builder for CICS(R) 3270 Bridge v2.0.0.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.attachmate.cicsbridge.j2ee.outputs.FieldCoordinates
Return object that holds return code and field coordinates on current screen.
BridgeAPI_EJB.getFieldCoordinates(int, int)
,
BridgeAPI_EJB.getFieldCoordinates(String, String)
,
BridgeAPI_EJB.getFieldCoordinates(int, String)
,
BridgeAPI_EJB.getFieldCoordinates(String, int)
,
Serialized FormConstructor Summary | |
FieldCoordinates(int returnCode,
int fieldRow,
int fieldColumn,
int fieldLength)
Creates a FieldCoordinates object and sets member variables. |
Method Summary | |
int |
getFieldColumn()
Returns the column coordinate for the specified field. |
int |
getFieldLength()
Returns the length of the specified field. |
int |
getFieldRow()
Returns the row coordinate for the specified field. |
int |
getReturnCode()
Returns zero for success. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FieldCoordinates(int returnCode, int fieldRow, int fieldColumn, int fieldLength)
FieldCoordinates
object and sets member variables.
returnCode
- - zero for success. For possible failure values, see the getReturnCodeMessage
method.fieldRow
- - The returned row coordinate for the specified field.fieldColumn
- - The returned column coordinate for the specified field.fieldLength
- - The length of the specified field.Method Detail |
public int getReturnCode()
getReturnCodeMessage
method.
public int getFieldRow()
public int getFieldColumn()
public int getFieldLength()
|
Services Builder for CICS(R) 3270 Bridge v2.0.0.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |