org.omg.CosPropertyService
Class PropertyNamesIteratorHelper

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

public final class PropertyNamesIteratorHelper
extends java.lang.Object

Generated from IDL interface "PropertyNamesIterator".

Version:
generated at Sep 14, 2010 11:02:20 PM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007

Constructor Summary
PropertyNamesIteratorHelper()
           
 
Method Summary
static PropertyNamesIterator extract(Any any)
           
static java.lang.String id()
           
static void insert(Any any, PropertyNamesIterator s)
           
static PropertyNamesIterator narrow(Object obj)
           
static PropertyNamesIterator read(InputStream in)
           
static TypeCode type()
           
static PropertyNamesIterator unchecked_narrow(Object obj)
           
static void write(OutputStream _out, PropertyNamesIterator s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyNamesIteratorHelper

public PropertyNamesIteratorHelper()
Method Detail

insert

public static void insert(Any any,
                          PropertyNamesIterator s)

extract

public static PropertyNamesIterator extract(Any any)

type

public static TypeCode type()

id

public static java.lang.String id()

read

public static PropertyNamesIterator read(InputStream in)

write

public static void write(OutputStream _out,
                         PropertyNamesIterator s)

narrow

public static PropertyNamesIterator narrow(Object obj)

unchecked_narrow

public static PropertyNamesIterator unchecked_narrow(Object obj)