Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6284 - Invalid qualified identifier

6284   Invalid qualified identifier

Cause

This error occurs if an identifier has been incorrectly qualified using the :: syntax. Classes in packages and properties and methods can be qualified by :: to reference the metaschema object. For example, Customer::name refers to the name property object of the Customer class. However, Customer::name::x would not be a valid identifier.

Action

Correct or delete the invalid identifier.