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