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-89
Class Pic9V
Parameters
Method getValue
Syntax
public double getValue()
Description
If the object is non-computational, the byte contents must be ASCII 0 through ASCII 9
(except for the sign byte).
Return Value
Returns the numeric value stored in the object.
Method isEqualTo (double data)
Syntax
public boolean isEqualTo (double data)
Description
Equivalent to the SCREEN COBOL relation condition
ws-item-1
IS [NOT] EQUAL
[TO]
noninteger-numeric-literal
, where
ws-item-1
is a PIC 9V identifier.
Parameters
Return Value
Returns TRUE if the value of this object is [not] equal to data, or FALSE otherwise.
Method isEqualTo (long data)
Syntax
public boolean isEqualTo (long data)
Description
Equivalent to the SCREEN COBOL relation condition
ws-item-1
IS [NOT] EQUAL
[TO]
integer-numeric-literal
, where
ws-item-1
is a PIC 9V identifier.
data The byte array whose contents will be the new value of this object.
The length of the array must be greater than or equal to
getHostLength().
data The value to be compared with the value of this object