|
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.FieldName
Return object that holds return code and field name on current screen.
BridgeAPI_EJB.getFieldNameFromIndex(String, int)
,
BridgeAPI_EJB.getFieldNameFromIndex(int, int)
,
Serialized FormConstructor Summary | |
FieldName(int returnCode,
java.lang.Object fieldName)
Creates a FieldName object and sets member variables. |
Method Summary | |
java.lang.Object |
getFieldName()
Returns the field name. |
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 FieldName(int returnCode, java.lang.Object fieldName)
FieldName
object and sets member variables.
returnCode
- - zero for success. For possible failure values, see the getReturnCodeMessage
method.fieldName
- - The returned field name.Method Detail |
public int getReturnCode()
getReturnCodeMessage
method.
public java.lang.Object getFieldName()
|
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 |