General Constant

A general constant is a value defined independently of any object and likely to be reused. To declare a CORBA constant you have to create a class with the <<CORBAConstants>> stereotype, and then add attributes with <<CORBAConstants>> stereotype and initial values to this class.



const char red = 13325;
const char blue = 14445;
const long green = 26664;


Created October 7, 2009. Send feedback on this help topic to Sybase Technical Publications: pubs@sybase.com