Pathway/iTS Web Client Programming Manual (G06.24+)

Java Import Package Reference
Compaq NonStop Pathway/iTS Web Client Programming Manual520270-001
6-102
Class PicX
Parameters
Method setHighValues
Syntax
public void setHighValues()
Description
Equivalent to the SCREEN COBOL statement MOVE HIGH-VALUES TO ws-item,
where ws-item is a PIC X identifier.
Method setLowValues
Syntax
public void setLowValues()
Description
Equivalent to the SCREEN COBOL statement MOVE LOW-VALUES TO ws-item,
where ws-item is a PIC X identifier.
Method setQuotes
Syntax
public void setQuotes()
Description
Equivalent to the SCREEN COBOL statement MOVE QUOTES TO ws-item, where
ws-item is a PIC X identifier.
Method setSpaces
Syntax
public void setSpaces()
Description
Equivalent to the SCREEN COBOL statement MOVE SPACES TO ws-item, where
ws-item is a PIC X identifier.
s
The string literal to be moved into this object