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