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