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