1. package org.omg.DynamicAny;
  2. /**
  3. * org/omg/DynamicAny/DynUnion.java .
  4. * Generated by the IDL-to-Java compiler (portable), version "3.1"
  5. * from ../../../../src/share/classes/org/omg/DynamicAny/DynamicAny.idl
  6. * Monday, February 23, 2004 7:03:09 AM GMT
  7. */
  8. /**
  9. * DynUnion objects support the manipulation of IDL unions.
  10. * A union can have only two valid current positions:
  11. * <UL>
  12. * <LI>zero, which denotes the discriminator
  13. * <LI>one, which denotes the active member
  14. * </UL>
  15. * The component_count value for a union depends on the current discriminator:
  16. * it is 2 for a union whose discriminator indicates a named member, and 1 otherwise.
  17. */
  18. public interface DynUnion extends DynUnionOperations, org.omg.DynamicAny.DynAny, org.omg.CORBA.portable.IDLEntity
  19. {
  20. } // interface DynUnion