org.omg.CORBA

Class ConstantDefHelper


public final class ConstantDefHelper
extends java.lang.Object

Generated from IDL interface "ConstantDef"

Author:
JacORB IDL compiler V 2.2, 7-May-2004

Method Summary

static ConstantDef
extract(Any any)
static String
id()
static void
insert(Any any, ConstantDef s)
static ConstantDef
narrow(java.lang.Object obj)
static ConstantDef
narrow(Object obj)
static ConstantDef
read(InputStream in)
static TypeCode
type()
static ConstantDef
unchecked_narrow(Object obj)
static void
write(OutputStream _out, ConstantDef s)

Method Details

extract

public static ConstantDef extract(Any any)


id

public static String id()


insert

public static void insert(Any any,
                          ConstantDef s)


narrow

public static ConstantDef narrow(java.lang.Object obj)


narrow

public static ConstantDef narrow(Object obj)


read

public static ConstantDef read(InputStream in)


type

public static TypeCode type()


unchecked_narrow

public static ConstantDef unchecked_narrow(Object obj)


write

public static void write(OutputStream _out,
                         ConstantDef s)