Pathway/iTS Web Client Programming Manual (G06.24+)
Java Import Package Reference
Compaq NonStop Pathway/iTS Web Client Programming Manual—520270-001
6-39
Class ScobolType
Member Summary
Data Members
public static final char HIGHVALUES
public static final char LOWVALUES
public static final char QUOTES
public static final char SPACES
public static final char ZEROS
Constructor
ScobolType()
Abstract Methods
Non-Abstract Methods
Method Constructor
Syntax
public ScobolType()
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
isEqualTo() Equivalent to the SCREEN COBOL relation
condition IS [NOT] EQUAL [TO]
isEqualToAll() Equivalent to the SCREEN COBOL relation
condition IS [NOT] EQUAL [TO] ALL
isGreaterThan() Equivalent to the SCREEN COBOL relation
condition IS [NOT] GREATER [THAN]
isGreaterThanAll() Equivalent to the SCREEN COBOL relation
condition IS [NOT] GREATER [THAN] ALL
isLessThan() Equivalent to the SCREEN COBOL relation
condition IS [NOT] LESS [THAN]
isLessThanAll() Equivalent to the SCREEN COBOL relation
condition IS [NOT] LESS [THAN] ALL
isValueNumeric() Equivalent to the SCREEN COBOL class condition
IS [NOT] NUMERIC