Pathway/iTS Web Client Programming Manual (H06.03+, J06.03+)

Table Of Contents
Java Import Package Reference
HP NonStop Pathway/iTS Web Client Programming Manual520270-003
6-110
Class PicX
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.
Method setValue (double data)
Syntax
public void setValue (double data)
Description
Equivalent to the SCREEN COBOL statement MOVE
noninteger-literal
TO
ws-item
, where
ws-item
is a PIC X identifier.