public class TaggedProfileHelper
extends java.lang.Object
| Constructor and Description |
|---|
TaggedProfileHelper() |
| Modifier and Type | Method and Description |
|---|---|
static TaggedProfile |
extract(Any a)
Extract TaggedProfile from an any
|
static java.lang.String |
id()
Return the TaggedProfile IDL ID
|
static void |
insert(Any a,
TaggedProfile t)
Insert TaggedProfile into an any
|
static TaggedProfile |
read(InputStream istream)
Read TaggedProfile from a marshalled stream
|
static TypeCode |
type()
Return the TaggedProfile TypeCode
|
static void |
write(OutputStream ostream,
TaggedProfile value)
Write TaggedProfile into a marshalled stream
|
public static void insert(Any a, TaggedProfile t)
a - an anyt - TaggedProfile valuepublic static TaggedProfile extract(Any a)
a - an anypublic static TypeCode type()
public static java.lang.String id()
public static TaggedProfile read(InputStream istream)
istream - the input streampublic static void write(OutputStream ostream, TaggedProfile value)
ostream - the output streamvalue - TaggedProfile value