Data Type

You create a CORBA data type using a class with the <<CORBAPrimitive>> stereotype.

Fixed Data Type

You create a CORBA fixed data type using a class with the <<CORBAFixed>> stereotype. When you apply the stereotype, the following extended attributes are automatically added to the class:


  • digits: indicates the number of digits of the fixed-point decimal number

  • scale: indicates the scale of the fixed-point decimal number

  • You have to define a value for each extended attribute.



typedef fixed<8, 3> Class_1;


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