All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----org.omg.CORBA.AttributeDefHelper
interface AttributeDef : ::CORBA::Contained { readonly attribute TypeCode type; attribute ::CORBA::IDLType type_def; attribute ::CORBA::AttributeMode mode; };
public AttributeDefHelper()
public static AttributeDef narrow(Object object)
public static AttributeDef bind(ORB orb)
public static AttributeDef bind(ORB orb, String name)
public static AttributeDef bind(ORB orb, String name, String host, BindOptions options)
public static AttributeDef read(InputStream _input)
public static void write(OutputStream _output, AttributeDef value)
public static void insert(Any any, AttributeDef value)
public static AttributeDef extract(Any any)
public static TypeCode type()
public static String id()
All Packages Class Hierarchy This Package Previous Next Index