Name

UnionMember

Synopsis

A class that represents a member of an IDL union type. UnionMembers are used to create TypeCodes for IDL union types with the ORB.create_union_tc() method.

                  Passed To
public final class UnionMember implements org.omg.CORBA.portable.IDLEntity {
// Public Constructors
   public UnionMember();  
   public UnionMember(String __name, Any __label, 
        TypeCode __type, IDLType __type_def);  
// Public Instance Fields
   public Any label;  
   public String name;  
   public TypeCode type;  
   public IDLType type_def;  
}

Passed To

org.omg.CORBA.ORB.create_union_tc(), UnionMemberHelper.{insert(), write()}

Returned By

UnionMemberHelper.{extract(), read()}

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.