Access static members from outside the defining class
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
From outside its defining class, you can access any supported static member that is defined
as PUBLIC, and you must access that member using static type-name syntax.
For example, if the updateTimestamp( ) method from
the acme.myObjs.Common.CommonObj sample class was defined as static,
you could call it as in the following procedure fragment:
|