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