public final class DasConfigHelper
extends java.lang.Object
| Constructor and Description |
|---|
DasConfigHelper() |
| Modifier and Type | Method and Description |
|---|---|
static DasConfig |
extract(org.omg.CORBA.Any any) |
static java.lang.String |
id() |
static void |
insert(org.omg.CORBA.Any any,
DasConfig val) |
static DasConfig |
narrow(org.omg.CORBA.Object val) |
static DasConfig |
read(org.omg.CORBA.portable.InputStream in) |
static org.omg.CORBA.TypeCode |
type() |
static void |
write(org.omg.CORBA.portable.OutputStream out,
DasConfig val) |
public static void insert(org.omg.CORBA.Any any,
DasConfig val)
public static DasConfig extract(org.omg.CORBA.Any any)
public static org.omg.CORBA.TypeCode type()
public static java.lang.String id()
public static DasConfig read(org.omg.CORBA.portable.InputStream in)
public static void write(org.omg.CORBA.portable.OutputStream out,
DasConfig val)
public static DasConfig narrow(org.omg.CORBA.Object val)