org.omg.CosTradingRepos.ServiceTypeRepositoryPackage
Class ValueTypeRedefinitionHelper

java.lang.Object
  extended by org.omg.CosTradingRepos.ServiceTypeRepositoryPackage.ValueTypeRedefinitionHelper

public class ValueTypeRedefinitionHelper
extends java.lang.Object

Helper class for : ValueTypeRedefinition

Author:
OpenORB Compiler

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

Constructor Detail

ValueTypeRedefinitionHelper

public ValueTypeRedefinitionHelper()
Method Detail

insert

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

Parameters:
a - an any
t - ValueTypeRedefinition value

extract

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

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

type

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

Returns:
a TypeCode

id

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

Returns:
an ID

read

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

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

write

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

Parameters:
ostream - the output stream
value - ValueTypeRedefinition value