|
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.GetString
Return object that holds return code and string from current screen.
BridgeAPI_EJB.getString(int, int, int, int)
,
BridgeAPI_EJB.getString(String, int, int, int)
,
BridgeAPI_EJB.sendKeysGetString(String, int, int, int)
,
Serialized FormConstructor Summary | |
GetString(int returnCode,
java.lang.String text)
Creates a GetString object and sets member variables. |
Method Summary | |
int |
getReturnCode()
Returns zero for success. |
java.lang.String |
getText()
Returns the text that is retrieved. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public GetString(int returnCode, java.lang.String text)
GetString
object and sets member variables.
returnCode
- - zero for success. For possible failure values, see the getReturnCodeMessage
method.text
- - The text that is retrieved.Method Detail |
public int getReturnCode()
getReturnCodeMessage
method.
public java.lang.String getText()
|
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 |