Specifies one or more class packages to import for this class.
Synopsis
Import MyPackage
Class MyApp.MyClass {
}
Value
The value of this keyword is a list of one or more class package names.
Description
The Import keyword specifies the names of any packages that you wish your class to import from. When the class is compiled, the Class Compiler uses any packages specified by the Import keyword to resolve class names.
For more information on packages, refer to the Packages chapter in the Caché Objects Programming Guide.
Default Value
The default value for the Import keyword is an empty string.