Pathway/iTS Web Client Programming Manual (G06.24+)
Java Import Package Reference
Compaq NonStop Pathway/iTS Web Client Programming Manual—520270-001
6-52
Class ScobolGroupType
Description
Equivalent to the SCREEN COBOL statement MOVE LOW-VALUES TO
group-item.
Method setQuotes
Syntax
public void setQuotes()
Description
Equivalent to the SCREEN COBOL statement MOVE QUOTES TO group-item.
Method setSpaces
Syntax
public void setSpaces()
Description
Equivalent to the SCREEN COBOL statement MOVE SPACES TO group-item.
Method setValue (double data)
Syntax
public void setValue (double data)
Description
Equivalent to the SCREEN COBOL statement MOVE noninteger-numeric-
literal TO group-2, where group-2 is this object.
Parameters
Method setValue (long data)
Syntax
public void setValue (long data)
Description
Equivalent to the SCREEN COBOL statement MOVE integer-numeric-
literal TO group-2, where group-2 is this object.
data
The data used to set the value of this object