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