org.omg.CosPropertyService
Class PropertySetHelper

java.lang.Object
  extended by org.omg.CosPropertyService.PropertySetHelper

public class PropertySetHelper
extends java.lang.Object

Helper class for : PropertySet

Author:
OpenORB Compiler

Constructor Summary
PropertySetHelper()
           
 
Method Summary
static PropertySet extract(org.omg.CORBA.Any a)
          Extract PropertySet from an any
static java.lang.String id()
          Return the PropertySet IDL ID
static void insert(org.omg.CORBA.Any a, PropertySet t)
          Insert PropertySet into an any
static PropertySet narrow(org.omg.CORBA.Object obj)
          Narrow CORBA::Object to PropertySet
static PropertySet read(org.omg.CORBA.portable.InputStream istream)
          Read PropertySet from a marshalled stream
static org.omg.CORBA.TypeCode type()
          Return the PropertySet TypeCode
static PropertySet unchecked_narrow(org.omg.CORBA.Object obj)
          Unchecked Narrow CORBA::Object to PropertySet
static void write(org.omg.CORBA.portable.OutputStream ostream, PropertySet value)
          Write PropertySet into a marshalled stream
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertySetHelper

public PropertySetHelper()
Method Detail

insert

public static void insert(org.omg.CORBA.Any a,
                          PropertySet t)
Insert PropertySet into an any

Parameters:
a - an any
t - PropertySet value

extract

public static PropertySet extract(org.omg.CORBA.Any a)
Extract PropertySet from an any

Parameters:
a - an any
Returns:
the extracted PropertySet value

type

public static org.omg.CORBA.TypeCode type()
Return the PropertySet TypeCode

Returns:
a TypeCode

id

public static java.lang.String id()
Return the PropertySet IDL ID

Returns:
an ID

read

public static PropertySet read(org.omg.CORBA.portable.InputStream istream)
Read PropertySet from a marshalled stream

Parameters:
istream - the input stream
Returns:
the readed PropertySet value

write

public static void write(org.omg.CORBA.portable.OutputStream ostream,
                         PropertySet value)
Write PropertySet into a marshalled stream

Parameters:
ostream - the output stream
value - PropertySet value

narrow

public static PropertySet narrow(org.omg.CORBA.Object obj)
Narrow CORBA::Object to PropertySet

Parameters:
obj - the CORBA Object
Returns:
PropertySet Object

unchecked_narrow

public static PropertySet unchecked_narrow(org.omg.CORBA.Object obj)
Unchecked Narrow CORBA::Object to PropertySet

Parameters:
obj - the CORBA Object
Returns:
PropertySet Object