1. /*
  2. * @(#)PUBLIC_MEMBER.java 1.16 03/01/23
  3. *
  4. * Copyright 2003 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. package org.omg.CORBA;
  14. /**
  15. * Constant to define a public member in the <code>ValueMember</code>
  16. * class.
  17. * <P>
  18. * <code>PUBLIC_MEMBER</code> is one of the two constants of typedef
  19. * <code>Visibility</code> used in the interface repository
  20. * to identify visibility of a <code>ValueMember</code> type.
  21. * The other constant is <code>PRIVATE_MEMBER</code>.
  22. *
  23. * @author unattributed
  24. * @version 1.16 01/23/03
  25. */
  26. public interface PUBLIC_MEMBER {
  27. final short value = (short) (1L);
  28. };