Stereotypes
The table below presents the stereotypes provided by Objecteering CORBA Designer.
|
The
... stereotype |
on
the ... metaclass |
is
used to ... |
|
CORBAModule |
Package |
generate a module. |
|
CORBAInterface |
Class |
generate an interface. |
|
CORBAEnum |
Class |
generate an enum. |
|
CORBAStruct |
Class |
generate a struct. |
|
CORBAUnion |
Class |
generate a union. |
|
CORBAException |
Class |
generate an exception. |
|
CORBASequence |
Class |
generate a typedef sequence <...>. |
|
CORBAArray |
Class |
generate a typedef type Name [...]. |
|
CORBATypedef |
Class |
generate a typedef type typeName. |
|
CORBAConstants |
Class |
generate constants in the module. |
|
CORBAAnonymousSequence |
Class |
generate the sequence <...> used in struct/exception. |
|
CORBAAnonymousArray |
Class |
generate the array used in struct/exception. |
|
CORBAFixed |
Class |
instantiate the fixed. |
|
CORBAValue |
Class |
generate the value. |
|
CORBACustomValue |
Class |
generate the CustomValue. |
|
CORBABoxedValue |
Class |
generate the BoxedValue*. |
|
CORBAReadonlyEnd |
AssociationEnd |
generate the read only attribute. |
|
CORBAReadonly |
Attribute |
generate the read only attribute. |
|
CORBAConstant |
Attribute |
generate a constant in a UserDefinedType. |
|
CORBAOneway |
Operation |
generate a one way operation. |
|
CORBAValueFactory |
Operation |
generate a ValueFactory. |
|
CORBAValueSupports |
Generalization |
generate a ValueSupports*. |
|
CORBATruncatable |
Generalization |
generate a truncatable*. |
*= Not taken into account for IDL generation in the current version of Objecteering CORBA Designer.