KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > omg > CORBA > ValueMemberDef


1 /***** Copyright (c) 1999 Object Management Group. Unlimited rights to
2
3        duplicate and use this code are hereby granted provided that this
4
5        copyright notice is included.
6
7 *****/

8
9
10
11 package org.omg.CORBA;
12
13
14
15 public interface ValueMemberDef extends org.omg.CORBA.ValueMemberDefOperations JavaDoc,
16
17                 org.omg.CORBA.Contained JavaDoc, org.omg.CORBA.portable.IDLEntity JavaDoc {
18
19
20
21 }
22
23
Popular Tags