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-58
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