All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.omg.CORBA.StringSequenceHelper

java.lang.Object
   |
   +----org.omg.CORBA.StringSequenceHelper

public abstract class StringSequenceHelper
extends Object

IDL definition:
typedef sequence<string> StringSequence;


Constructor Index

 o StringSequenceHelper()

Method Index

 o extract(Any)
 o id()
 o insert(Any, String[])
 o read(InputStream)
 o type()
 o write(OutputStream, String[])

Constructors

 o StringSequenceHelper
 public StringSequenceHelper()

Methods

 o read
 public static String[] read(InputStream _input)
 o write
 public static void write(OutputStream _output,
                          String value[])
 o insert
 public static void insert(Any any,
                           String value[])
 o extract
 public static String[] extract(Any any)
 o type
 public static TypeCode type()
 o id
 public static String id()

All Packages  Class Hierarchy  This Package  Previous  Next  Index