org.omg.IOP
Class TaggedProfileHelper
java.lang.Object
|
+--org.omg.IOP.TaggedProfileHelper
- public class TaggedProfileHelper
- extends java.lang.Object
Helper class for : TaggedProfile
- Author:
- OpenORB Compiler
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TaggedProfileHelper
public TaggedProfileHelper()
insert
public static void insert(Any a,
TaggedProfile t)
- Insert TaggedProfile into an any
- Parameters:
a
- an anyt
- TaggedProfile value
extract
public static TaggedProfile extract(Any a)
- Extract TaggedProfile from an any
- Parameters:
a
- an any- Returns:
- the extracted TaggedProfile value
type
public static TypeCode type()
- Return the TaggedProfile TypeCode
- Returns:
- a TypeCode
id
public static java.lang.String id()
- Return the TaggedProfile IDL ID
- Returns:
- an ID
read
public static TaggedProfile read(InputStream istream)
- Read TaggedProfile from a marshalled stream
- Parameters:
istream
- the input stream- Returns:
- the readed TaggedProfile value
write
public static void write(OutputStream ostream,
TaggedProfile value)
- Write TaggedProfile into a marshalled stream
- Parameters:
ostream
- the output streamvalue
- TaggedProfile value