API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.omg.CORBA. UnionMember View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      UnionMember
Implements
 IDLEntity
Subclasses
Description
publicfinal class UnionMember
A description in the Interface Repository of a member of an IDL union.
See also:   
Constructors
public UnionMember ()
Constructs a new UnionMember object with its fields initialized to null.
public UnionMember (String __name, Any __label, TypeCode __type, IDLType __type_def)
  Constructs a new UnionMember object with its fields initialized to the given values.
Methods
Hide/Show inherited methods
Fields
Hide/Show inherited fields
public Any label
The label of the union member described by this UnionMember object.
public String name
The name of the union member described by this UnionMember object.
public TypeCode type
The type of the union member described by this UnionMember object.
public IDLType type_def
The typedef that represents the IDL type of the union member described by this UnionMember object.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar