All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.omg.CORBA.UnionMemberHelper

java.lang.Object
   |
   +----org.omg.CORBA.UnionMemberHelper

public abstract class UnionMemberHelper
extends Object

IDL definition:
struct UnionMember {
::CORBA::Identifier name;
any label;
TypeCode type;
::CORBA::IDLType type_def;
};


Constructor Index

 o UnionMemberHelper()

Method Index

 o extract(Any)
 o id()
 o insert(Any, UnionMember)
 o read(InputStream)
 o type()
 o write(OutputStream, UnionMember)

Constructors

 o UnionMemberHelper
 public UnionMemberHelper()

Methods

 o read
 public static UnionMember read(InputStream _input)
 o write
 public static void write(OutputStream _output,
                          UnionMember value)
 o insert
 public static void insert(Any any,
                           UnionMember value)
 o extract
 public static UnionMember extract(Any any)
 o type
 public static TypeCode type()
 o id
 public static String id()

All Packages  Class Hierarchy  This Package  Previous  Next  Index