Try OpenEdge Now
skip to main content
Object-oriented Programming
Developing and Deploying Classes : Compiling class definition files : Using the COMPILER system handle : CLASS-TYPE attribute
 
CLASS-TYPE attribute
The CLASS-TYPE attribute on the COMPILER system handle is a read-only attribute that identifies the class or interface type name of the class definition file that was compiled by the most recently executed COMPILE statement. For example, after the application compiles a class definition file, CustObj.cls, that contains the CLASS statement, CLASS acme.myObjs.CustObj, the COMPILER:CLASS-TYPE attribute contains the string, "acme.myObjs.CustObj". If the last file compiled with the COMPILE statement is not a class definition file, this attribute is set to the empty string ("").