public abstract class ApplElemAccessHelper
extends java.lang.Object
Constructor and Description |
---|
ApplElemAccessHelper() |
Modifier and Type | Method and Description |
---|---|
static ApplElemAccess |
extract(org.omg.CORBA.Any a) |
static java.lang.String |
id() |
static void |
insert(org.omg.CORBA.Any a,
ApplElemAccess that) |
static ApplElemAccess |
narrow(org.omg.CORBA.Object obj) |
static ApplElemAccess |
read(org.omg.CORBA.portable.InputStream istream) |
static org.omg.CORBA.TypeCode |
type() |
static ApplElemAccess |
unchecked_narrow(org.omg.CORBA.Object obj) |
static void |
write(org.omg.CORBA.portable.OutputStream ostream,
ApplElemAccess value) |
public static void insert(org.omg.CORBA.Any a, ApplElemAccess that)
public static ApplElemAccess extract(org.omg.CORBA.Any a)
public static org.omg.CORBA.TypeCode type()
public static java.lang.String id()
public static ApplElemAccess read(org.omg.CORBA.portable.InputStream istream)
public static void write(org.omg.CORBA.portable.OutputStream ostream, ApplElemAccess value)
public static ApplElemAccess narrow(org.omg.CORBA.Object obj)
public static ApplElemAccess unchecked_narrow(org.omg.CORBA.Object obj)