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