org.omg.CosPropertyService
Class PropertySetFactoryHelper

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

public class PropertySetFactoryHelper
extends java.lang.Object

Helper class for : PropertySetFactory

Author:
OpenORB Compiler

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

Constructor Detail

PropertySetFactoryHelper

public PropertySetFactoryHelper()
Method Detail

insert

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

Parameters:
a - an any
t - PropertySetFactory value

extract

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

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

type

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

Returns:
a TypeCode

id

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

Returns:
an ID

read

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

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

write

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

Parameters:
ostream - the output stream
value - PropertySetFactory value

narrow

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

Parameters:
obj - the CORBA Object
Returns:
PropertySetFactory Object

unchecked_narrow

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

Parameters:
obj - the CORBA Object
Returns:
PropertySetFactory Object