Chapter 15 Working with IDL


Typedef

You create a CORBA simple typedef using a class with the <<CORBATypedef>> stereotype. The typedef class should be linked to a class with the <<CORBAPrimitive>>, <<CORBAStruct>> or <<CORBAUnion>> stereotype through a generalization link in order to define the type of data.


typedef num identifier;

 


Copyright (C) 2005. Sybase Inc. All rights reserved.