Chapter 15 Working with IDL


Interface constant

You create a constant for a selected interface by adding attributes with the <<CORBAConstants>> stereotype and initial values to this interface.


interface screen {
   const short background = blue;
   const short fields = green

 


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