com.progress.open4gl
Class Handle

java.lang.Object
  |
  +--com.progress.open4gl.Handle

public class Handle
extends java.lang.Object

Represents the PROGRESS 4GL HANDLE data type. Allows to convert the value to and from a Java long value.


Constructor Summary
Handle(long longVal)
           
 
Method Summary
 long getLong()
           
 void putLong(long longVal)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Handle

public Handle(long longVal)
Method Detail

getLong

public long getLong()

putLong

public void putLong(long longVal)