org.omg.CosPropertyService
Class PropertySetDefHelper

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

public class PropertySetDefHelper
extends java.lang.Object

Helper class for : PropertySetDef

Author:
OpenORB Compiler

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

Constructor Detail

PropertySetDefHelper

public PropertySetDefHelper()
Method Detail

insert

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

Parameters:
a - an any
t - PropertySetDef value

extract

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

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

type

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

Returns:
a TypeCode

id

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

Returns:
an ID

read

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

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

write

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

Parameters:
ostream - the output stream
value - PropertySetDef value

narrow

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

Parameters:
obj - the CORBA Object
Returns:
PropertySetDef Object

unchecked_narrow

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

Parameters:
obj - the CORBA Object
Returns:
PropertySetDef Object