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-109
Class PicX
Method isValueAlphabetic
Syntax
public boolean isValueAlphabetic()
Description
Equivalent to the SCREEN COBOL class condition IS [NOT] ALPHABETIC.
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
ws-item
, where
ws-item
is a PIC X identifier.
Parameters
Method setHighValues
Syntax
public void setHighValues()
s The string literal to be moved into this object