Package com.progress.open4gl
Class Handle
java.lang.Object
com.progress.open4gl.Handle
- All Implemented Interfaces:
Serializable
Represents the PROGRESS 4GL HANDLE data type. Allows to convert the value to
and from a Java long value.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Handle
public Handle(long longVal)
-
-
Method Details
-
putLong
public void putLong(long longVal) -
getLong
public long getLong()
-