org.omg.CORBA
Class VersionSpecHelper

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

public class VersionSpecHelper
extends java.lang.Object

Helper class for : VersionSpec

Author:
OpenORB Compiler

Constructor Summary
VersionSpecHelper()
           
 
Method Summary
static java.lang.String extract(Any a)
          Extract VersionSpec from an any
static java.lang.String id()
          Return the VersionSpec IDL ID
static void insert(Any a, java.lang.String t)
          Insert VersionSpec into an any
static java.lang.String read(InputStream istream)
          Read VersionSpec from a marshalled stream
static TypeCode type()
          Return the VersionSpec TypeCode
static void write(OutputStream ostream, java.lang.String value)
          Write VersionSpec into a marshalled stream
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VersionSpecHelper

public VersionSpecHelper()
Method Detail

insert

public static void insert(Any a,
                          java.lang.String t)
Insert VersionSpec into an any
Parameters:
a - an any
t - VersionSpec value

extract

public static java.lang.String extract(Any a)
Extract VersionSpec from an any
Parameters:
a - an any
Returns:
the extracted VersionSpec value

type

public static TypeCode type()
Return the VersionSpec TypeCode
Returns:
a TypeCode

id

public static java.lang.String id()
Return the VersionSpec IDL ID
Returns:
an ID

read

public static java.lang.String read(InputStream istream)
Read VersionSpec from a marshalled stream
Parameters:
istream - the input stream
Returns:
the readed VersionSpec value

write

public static void write(OutputStream ostream,
                         java.lang.String value)
Write VersionSpec into a marshalled stream
Parameters:
ostream - the output stream
value - VersionSpec value