KickJava   Java API By Example, From Geeks To Geeks.

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


1 /*
2  * @(#)PUBLIC_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/PUBLIC_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 public member in the <code>ValueMember</code>
18  * class.
19  * <P>
20  * <code>PUBLIC_MEMBER</code> is one of the two constants of typedef
21  * <code>Visibility</code> used in the interface repository
22  * to identify visibility of a <code>ValueMember</code> type.
23  * The other constant is <code>PRIVATE_MEMBER</code>.
24  *
25  * @author unattributed
26  * @version 1.17 12/19/03
27  */

28 public interface PUBLIC_MEMBER {
29     final short value = (short) (1L);
30 };
31
Popular Tags