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