public abstract class NameComponentHelper extends java.lang.Object
| Constructor and Description |
|---|
NameComponentHelper() |
| Modifier and Type | Method and Description |
|---|---|
static NameComponent |
extract(org.omg.CORBA.Any a)
Extract the name component from this
Any |
static java.lang.String |
id()
Get the repository Id of the
NameComponent. |
static void |
insert(org.omg.CORBA.Any a,
NameComponent that)
Insert the name compnent into the given
Any. |
static NameComponent |
read(org.omg.CORBA.portable.InputStream istream)
Read the name component from the given CDR input stream.
|
static org.omg.CORBA.TypeCode |
type()
Get the type code of the named component.
|
static void |
write(org.omg.CORBA.portable.OutputStream ostream,
NameComponent value)
Write the named component into the CDR output stream.
|
public NameComponentHelper()
public static NameComponent extract(org.omg.CORBA.Any a)
Anypublic static java.lang.String id()
NameComponent.public static void insert(org.omg.CORBA.Any a, NameComponent that)
Any.public static NameComponent read(org.omg.CORBA.portable.InputStream istream)
public static org.omg.CORBA.TypeCode type()
public static void write(org.omg.CORBA.portable.OutputStream ostream, NameComponent value)