Pathway/iTS Web Client Programming Manual (G06.24+)
Java Import Package Reference
Compaq NonStop Pathway/iTS Web Client Programming Manual—520270-001
6-105
Transform Class
Description
Equivalent to the SCREEN COBOL statement MOVE ws-group-item TO 
ws-item-dest, where ws-group-item is a group item identifier and 
ws-item-dest is a PIC X identifier.
Parameters 
Method setValue (String data)
Syntax
public void setValue (String data)
Description
Equivalent to the SCREEN COBOL statement MOVE string-literal TO 
ws-item, where ws-item is a PIC X identifier.
Parameters 
Method setZeroes
Syntax
public void setZeroes()
Description
Equivalent to the SCREEN COBOL statement MOVE ZEROS TO ws-item, where 
ws-item is a PIC X identifier.
Transform Class
The Transform class implements the SCREEN COBOL TRANSFORM statement.
Class Transform
Package
pathway.its
Syntax
public pathway.its.Transform
data
The data used to set the value of this object
data
The data used to set the value of this object










