Pathway/iTS Web Client Programming Manual (G06.24+)
Java Import Package Reference
Compaq NonStop Pathway/iTS Web Client Programming Manual—520270-001
6-47
Class ScobolGroupType
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.
Class ScobolGroupType
Package
pathway.its
Syntax
public abstract pathway.its.ScobolGroupType extends ScobolType
Description
This abstract class is the super-class for all SCREEN COBOL group data types 
implemented in Java.  This class is extended by all classes that represent the group items 
in SCREEN COBOL.
Member Summary
Constructor
ScobolGroupType()
Abstract Methods 
getHostLength() Returns the number of bytes required to store the 
NonStop Kernel representation of the data
getHostValue() Returns the NonStop Kernel representation of the 
data as a byte array
setHostValue() Updates the value of the object with the given byte 
array










