Class Handle

java.lang.Object
com.progress.open4gl.Handle
All Implemented Interfaces:
Serializable

public class Handle extends Object implements Serializable
Represents the PROGRESS 4GL HANDLE data type. Allows to convert the value to and from a Java long value.
See Also:
  • Constructor Details

    • Handle

      public Handle(long longVal)
  • Method Details

    • putLong

      public void putLong(long longVal)
    • getLong

      public long getLong()