CLASS-TYPE attribute
- Last Updated: October 14, 2014
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
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 ("").