Pathway/iTS Web Client Programming Manual (G06.24+)
Java Import Package Reference
Compaq NonStop Pathway/iTS Web Client Programming Manual—520270-001
6-97
Class PicX
Member Summary
Constructor
PicX()
Abstract Method Implementation 
Class-Specific Methods 
Literals
LEFTJUSTIFIED
RIGHTJUSTIFIED
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
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










