«CORBAInterface» stereotype

The «CORBAInterface» stereotype is applied to classes. It indicates that a class is mapped to an IDL interface during code generation. IBM® Rational® Rhapsody® generates only IDL code for CORBA interfaces; it does not generate C++ code for them.

A class that inherits from a «CORBAInterface» stereotyped class exposes the interface. The CORBA interface itself exposes nothing.


Feedback