| Interface | Description |
|---|---|
| _BaseObject_ |
Ultimate parent interface for all interfaces that don't already extend another interface.
|
| FlagsEnum.BitwiseOperation |
Process two long values using some kind of bitwise operation and return the calculated value.
|
| LegacyEnum.EnumInitializer<E extends LegacyEnum> |
Post-process a new enum to set state.
|
| LegacyEnum.NameLookupHelper<E extends LegacyEnum> |
Helper to lookup a predefined enum by its name.
|
| LegacyError |
Implementation of the Progress.Lang.Error builtin interface.
|
| Class | Description |
|---|---|
| AppError |
Implementation of the Progress.Lang.AppError builtin class.
|
| BaseObject |
Base class for all OO 4GL classes (replaces Progress.Lang.Object).
|
| FlagsEnum |
Implementation of the Progress.Lang.FlagsEnum builtin class.
|
| LegacyClass |
Implementation of the Progress.Lang.Class builtin class.
|
| LegacyEnum |
Implementation of the Progress.Lang.Enum builtin class.
|
| LegacyEnum.EnumControlRecord<E extends LegacyEnum> |
Stores the static data associated with a given enum subclass.
|
| OerequestInfo |
Business logic (converted to Java from the 4GL source code
in Progress/Lang/OERequestInfo.cls).
|
| OeversionInfo |
Business logic (converted to Java from the 4GL source code
in Progress/Lang/OEVersionInfo.cls).
|
| ParameterList |
Implementation of the Progress.Lang.ParameterList builtin class.
|
| ProError |
Implementation of the Progress.Lang.ProError builtin class.
|
| SoapFaultError |
Business logic (converted to Java from the 4GL source code
in Progress/Lang/SoapFaultError.cls).
|
| SysError |
Implementation of the Progress.Lang.SysError builtin class.
|