Pathway/iTS Web Client Programming Manual (G06.24+)
Java Import Package Reference
Compaq NonStop Pathway/iTS Web Client Programming Manual—520270-001
6-51
Class ScobolGroupType
Return Value
Returns TRUE if the value of this object is [not] alphabetic, or FALSE otherwise.
Method isValueNumeric
Syntax
public boolean isValueNumeric()
Description
Equivalent to the SCREEN COBOL class condition IS [NOT] NUMERIC.
Return Value
Returns TRUE if the value of this object is [not] numeric, or FALSE otherwise.
Method moveAll
Syntax
public void moveAll (String s)
Description
Equivalent to the SCREEN COBOL statement MOVE ALL string-literal TO
group-item.
Parameters
Method setHighValues
Syntax
public void setHighValues()
Description
Equivalent to the SCREEN COBOL statement MOVE HIGH-VALUES TO
group-item.
Method setLowValues
Syntax
public void setLowValues()
s
The string literal to be moved into this object