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