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-105
Class PicX
Class-Specific Methods
Literals
LEFTJUSTIFIED
RIGHTJUSTIFIED
Method Constructor
Syntax
public PicX (int size)
Description
In this form, data is left-justified. Upon construction, the object will contain blanks.
getValue() Returns the value in native Java type
isDoubleByte() Equivalent to the SCREEN COBOL clause IS [NOT]
DOUBLEBYTE in the IF ... DOUBLEBYTE
statement
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 statement MOVE
data-name-1
TO
data-name-2
setZeroes() Equivalent to the SCREEN COBOL MOVE ZEROS
statement