Interface org.omg.CORBA.UnionDef
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface org.omg.CORBA.UnionDef

public interface UnionDef
extends Object
extends Object, TypedefDef
A UnionDef represents an OMG IDL union definition.

Method Index

 o discriminator_type()
 o discriminator_type_def()
 o discriminator_type_def(IDLType)
 o members()
 o members(UnionMember[])

Methods

 o discriminator_type
  public abstract TypeCode discriminator_type() throws SystemException
 o discriminator_type_def
  public abstract IDLType discriminator_type_def() throws SystemException
 o discriminator_type_def
  public abstract void discriminator_type_def(IDLType arg) throws SystemException
 o members
  public abstract UnionMember[] members() throws SystemException
 o members
  public abstract void members(UnionMember arg[]) throws SystemException

All Packages  Class Hierarchy  This Package  Previous  Next  Index