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-44
Data-Type Classes
Description
Constructor for the FunctionKey class.
Parameters
Data-Type Classes
The SCREEN COBOL data-type classes encapsulate the storage and casting rules
associated with SCREEN COBOL alphanumeric (PIC X), numeric integer (PIC 9), and
numeric non-integer (PIC 9V and PIC 9P) data types.
Class ScobolType
Package
pathway.its
Syntax
public abstract pathway.its.ScobolType
Description
This abstract class is the super-class for all SCREEN COBOL data types implemented
in Java.
Member Summary
Data Members
public static final char HIGHVALUES
public static final char LOWVALUES
public static final char QUOTES
public static final char SPACES
public static final char ZEROS
Constructor
ScobolType()
keyLabel The literal that appears in the function-key drop-
down box on the HTML page
terminationStatusValue The value to which
ScobolLib.terminationStatus is to be set if
this function key is selected during “accept”
processing