org.omg.CosPropertyService
Class PropertyNamesIteratorHelper

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

public class PropertyNamesIteratorHelper
extends java.lang.Object

Helper class for : PropertyNamesIterator

Author:
OpenORB Compiler

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

Constructor Detail

PropertyNamesIteratorHelper

public PropertyNamesIteratorHelper()
Method Detail

insert

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

Parameters:
a - an any
t - PropertyNamesIterator value

extract

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

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

type

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

Returns:
a TypeCode

id

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

Returns:
an ID

read

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

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

write

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

Parameters:
ostream - the output stream
value - PropertyNamesIterator value

narrow

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

Parameters:
obj - the CORBA Object
Returns:
PropertyNamesIterator Object

unchecked_narrow

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

Parameters:
obj - the CORBA Object
Returns:
PropertyNamesIterator Object