Name

DynUnion

Synopsis

A DynAny object associated with the Java mapping of an IDL union type. Methods on the interface allow you to access the discriminator value of the union, and the current member of the union, as a DynAny object.

                  Returned By
public interface DynUnion extends org.omg.CORBA.Object, org.omg.CORBA.DynAny {
// Public Instance Methods
   public abstract org.omg.CORBA.DynAny discriminator();  
   public abstract TCKind discriminator_kind();  
   public abstract org.omg.CORBA.DynAny member();  
   public abstract TCKind member_kind();  
   public abstract String member_name();  
   public abstract void member_name( String arg);  
   public abstract boolean set_as_default();  
   public abstract void set_as_default( boolean arg);  
}

Returned By

org.omg.CORBA.ORB.create_dyn_union()

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.