Pathway/iTS Web Client Programming Manual (G06.24+)
Java Import Package Reference
Compaq NonStop Pathway/iTS Web Client Programming Manual—520270-001
6-48
Class ScobolGroupType
Non-Abstract Methods 
Method Constructor
Syntax
public ScobolGroupType()
Method addScobolData
Purpose
Adds to the group SCREEN COBOL data objects in a group item.
Syntax
void addScobolData (ScobolType ScobolDataObject)
Description
This method is used in the constructor of the group item subclass. It adds the group 
items to the group.
isValueAlphabetic() Equivalent to the SCREEN COBOL class condition 
IS [NOT] ALPHABETIC
isValueNumeric() Equivalent to the SCREEN COBOL class condition 
IS [NOT] NUMERIC
moveAll() Equivalent to the SCREEN COBOL MOVE ALL 
statement
setHighValues() Equivalent to the SCREEN COBOL MOVE HIGH-
VALUES statement
setLowValues() Equivalent to the SCREEN COBOL MOVE LOW-
VALUES statement
setQuotes() Equivalent to the SCREEN COBOL MOVE 
QUOTES statement
setSpaces() Equivalent to the SCREEN COBOL MOVE 
SPACES statement
setValue() Equivalent to the SCREEN COBOL statement MOVE 
data-name-1 TO group-2
setZeroes() Equivalent to the SCREEN COBOL MOVE ZEROS 
statement










