All Packages Class Hierarchy This Package Previous Next Index
Class org.omg.CORBA.UnionDefHelper
java.lang.Object
|
+----org.omg.CORBA.UnionDefHelper
- public abstract class UnionDefHelper
- extends Object
- Java Class org.omg.CORBA.UnionDefHelper
- Source File org/omg/CORBA/UnionDefHelper.java
- IDL Source File ir.idl
- IDL Absolute Name ::CORBA::UnionDef
- Repository Identifier IDL:omg.org/CORBA/UnionDef:1.0
IDL definition:
#pragma prefix "omg.org/CORBA"
interface UnionDef : ::CORBA::TypedefDef, ::CORBA::Container {
readonly attribute TypeCode discriminator_type;
attribute ::CORBA::IDLType discriminator_type_def;
attribute ::CORBA::UnionMemberSeq members;
};
UnionDefHelper()
-
bind(ORB)
-
bind(ORB, String)
-
bind(ORB, String, String, BindOptions)
-
extract(Any)
-
id()
-
insert(Any, UnionDef)
-
narrow(Object)
-
read(InputStream)
-
type()
-
write(OutputStream, UnionDef)
-
UnionDefHelper
public UnionDefHelper()
narrow
public static UnionDef narrow(Object object)
bind
public static UnionDef bind(ORB orb)
bind
public static UnionDef bind(ORB orb,
String name)
bind
public static UnionDef bind(ORB orb,
String name,
String host,
BindOptions options)
read
public static UnionDef read(InputStream _input)
write
public static void write(OutputStream _output,
UnionDef value)
insert
public static void insert(Any any,
UnionDef value)
extract
public static UnionDef extract(Any any)
type
public static TypeCode type()
id
public static String id()
All Packages Class Hierarchy This Package Previous Next Index