Pathway/iTS Web Client Programming Manual (G06.24+)

Java Import Package Reference
Compaq NonStop Pathway/iTS Web Client Programming Manual520270-001
6-101
Class PicX
Return Value
Returns TRUE if all the characters in this object are double-byte characters, or FALSE if
at least one of them is a single-byte character. If negated, returns FALSE if all the
characters in this object are double-byte characters, or TRUE if at least one of them is a
single-byte character.
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.