KickJava   Java API By Example, From Geeks To Geeks.

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


1 /*
2  * @(#)PRIVATE_MEMBER.java 1.17 03/12/19
3  *
4  * Copyright 2004 Sun Microsystems, Inc. All rights reserved.
5  * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
6  */

7 /*
8  * File: ./org/omg/CORBA/PRIVATE_MEMBER.java
9  * From: ./ir.idl
10  * Date: Fri Aug 28 16:03:31 1998
11  * By: idltojava Java IDL 1.2 Aug 11 1998 02:00:18
12  */

13
14 package org.omg.CORBA;
15
16 /**
17  * Constant to define a private member in the <code>ValueMember</code> class.
18  * <P>
19  * <code>PRIVATE_MEMBER</code> is one of the two constants of typedef
20  * <code>Visibility</code> used in the interface repository
21  * to identify visibility of a <code>ValueMember</code> type.
22  * The other constant is <code>PUBLIC_MEMBER</code>.
23  *
24  * @author unattributed
25  * @version 1.17 12/19/03
26  */

27 public interface PRIVATE_MEMBER {
28     final short value = (short) (0L);
29 };
30
Popular Tags