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-98
Class PicN
Class-Specific Methods
Literals
LEFTJUSTIFIED
RIGHTJUSTIFIED
Method Constructor
Syntax
public PicN (int size)
Description
In this form, data is left-justified. Upon construction, the object will contain blanks.
Parameters
getValue() Returns the value in native Java type
isDoubleByte() Equivalent to the SCREEN COBOL clause IS [NOT]
DOUBLEBYTE in the IF ... DOUBLEBYTE
statement
moveAll() Equivalent to the SCREEN COBOL MOVE ALL
statement
setSpaces() Equivalent to the SCREEN COBOL MOVE SPACES
statement
setValue() Equivalent to the statement MOVE
data-name-1
TO
data-name-2
size The number of double-byte characters this object can hold