All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.omg.CORBA.VersionSpecHelper

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

public abstract class VersionSpecHelper
extends Object

IDL definition:
typedef string VersionSpec;


Constructor Index

 o VersionSpecHelper()

Method Index

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

Constructors

 o VersionSpecHelper
 public VersionSpecHelper()

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