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

IDL definition:
interface AttributeDef : ::CORBA::Contained {
readonly attribute TypeCode type;
attribute ::CORBA::IDLType type_def;
attribute ::CORBA::AttributeMode mode;
};


Constructor Index

 o AttributeDefHelper()

Method Index

 o bind(ORB)
 o bind(ORB, String)
 o bind(ORB, String, String, BindOptions)
 o extract(Any)
 o id()
 o insert(Any, AttributeDef)
 o narrow(Object)
 o read(InputStream)
 o type()
 o write(OutputStream, AttributeDef)

Constructors

 o AttributeDefHelper
 public AttributeDefHelper()

Methods

 o narrow
 public static AttributeDef narrow(Object object)
 o bind
 public static AttributeDef bind(ORB orb)
 o bind
 public static AttributeDef bind(ORB orb,
                                 String name)
 o bind
 public static AttributeDef bind(ORB orb,
                                 String name,
                                 String host,
                                 BindOptions options)
 o read
 public static AttributeDef read(InputStream _input)
 o write
 public static void write(OutputStream _output,
                          AttributeDef value)
 o insert
 public static void insert(Any any,
                           AttributeDef value)
 o extract
 public static AttributeDef extract(Any any)
 o type
 public static TypeCode type()
 o id
 public static String id()

All Packages  Class Hierarchy  This Package  Previous  Next  Index