Services Builder for CICS(R) 3270 Bridge v2.0.0.0

com.attachmate.cicsbridge.j2ee.outputs
Class FieldName

java.lang.Object
  extended bycom.attachmate.cicsbridge.j2ee.outputs.FieldName
All Implemented Interfaces:
java.io.Serializable

public final class FieldName
extends java.lang.Object
implements java.io.Serializable

Return object that holds return code and field name on current screen.

See Also:
BridgeAPI_EJB.getFieldNameFromIndex(String, int), BridgeAPI_EJB.getFieldNameFromIndex(int, int), Serialized Form

Constructor 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

FieldName

public FieldName(int returnCode,
                 java.lang.Object fieldName)
Creates a FieldName object and sets member variables.

Parameters:
returnCode - - zero for success. For possible failure values, see the getReturnCodeMessage method.
fieldName - - The returned field name.
Method Detail

getReturnCode

public int getReturnCode()
Returns zero for success. For possible failure values, see the getReturnCodeMessage method.

Returns:
int value

getFieldName

public java.lang.Object getFieldName()
Returns the field name.

Returns:
String value

Services Builder for CICS(R) 3270 Bridge v2.0.0.0