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

Uses of Class
com.attachmate.cicsbridge.j2ee.outputs.FieldValue

Packages that use FieldValue
com.attachmate.cicsbridge.j2ee.ejb.stateful   
com.attachmate.cicsbridge.j2ee.resource.cci   
 

Uses of FieldValue in com.attachmate.cicsbridge.j2ee.ejb.stateful
 

Methods in com.attachmate.cicsbridge.j2ee.ejb.stateful that return FieldValue
 FieldValue BridgeAPI_EJB.getFieldValue(int inScreen, java.lang.String inField)
          Retrieves the value of the specified field on the current screen.
 FieldValue BridgeAPI_EJB.getFieldValue(int inScreen, int inField)
          Retrieves the value of the specified field on the current screen.
 FieldValue BridgeAPI_EJB.getFieldValue(java.lang.String inScreen, int inField)
          Retrieves the value of the specified field on the current screen.
 FieldValue BridgeAPI_EJB.getFieldValue(java.lang.String inScreen, java.lang.String inField)
          Retrieves the value of the specified field on the current screen.
 

Uses of FieldValue in com.attachmate.cicsbridge.j2ee.resource.cci
 

Methods in com.attachmate.cicsbridge.j2ee.resource.cci that return FieldValue
 FieldValue IBridgeAPI.getFieldValue(int inScreen, java.lang.String inField)
          Retrieves the value of the specified field on the current screen.
 FieldValue IBridgeAPI.getFieldValue(int inScreen, int inField)
          Retrieves the value of the specified field on the current screen.
 FieldValue IBridgeAPI.getFieldValue(java.lang.String inScreen, int inField)
          Retrieves the value of the specified field on the current screen.
 FieldValue IBridgeAPI.getFieldValue(java.lang.String inScreen, java.lang.String inField)
          Retrieves the value of the specified field on the current screen.
 


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