Specify unqualified class or interface type names
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Any procedure or class source file can begin with one
or more USING statements, each of which identifies
a fully qualified class or interface type name or the package name
for one or more classes or interfaces that the file references. Each USING statement
specifies one or more classes or interfaces defined in a given package
whose object type names you can reference using their unqualified
class or interface names (without specifying the package). For more
information, see Reference an object type name without its package.