1. /*
  2. * @(#)PRIVATE_MEMBER.java 1.12 00/02/02
  3. *
  4. * Copyright 1998-2000 Sun Microsystems, Inc. All Rights Reserved.
  5. *
  6. * This software is the proprietary information of Sun Microsystems, Inc.
  7. * Use is subject to license terms.
  8. *
  9. */
  10. /*
  11. * File: ./org/omg/CORBA/PRIVATE_MEMBER.java
  12. * From: ./ir.idl
  13. * Date: Fri Aug 28 16:03:31 1998
  14. * By: idltojava Java IDL 1.2 Aug 11 1998 02:00:18
  15. */
  16. package org.omg.CORBA;
  17. /**
  18. * <code>PRIVATE_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>PUBLIC_MEMBER</code>.
  22. *
  23. * @author unattributed
  24. * @version 1.12 02/02/00
  25. */
  26. public interface PRIVATE_MEMBER {
  27. /** Constant to define a private member in the <code>ValueMember</code> class */
  28. final short value = (short) (0L);
  29. };