org.omg.CORBA
Class ValueModifierHelper

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

public class ValueModifierHelper
extends java.lang.Object

Helper class for : ValueModifier

Author:
OpenORB Compiler

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

Constructor Detail

ValueModifierHelper

public ValueModifierHelper()
Method Detail

insert

public static void insert(Any a,
                          short t)
Insert ValueModifier into an any
Parameters:
a - an any
t - ValueModifier value

extract

public static short extract(Any a)
Extract ValueModifier from an any
Parameters:
a - an any
Returns:
the extracted ValueModifier value

type

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

id

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

read

public static short read(InputStream istream)
Read ValueModifier from a marshalled stream
Parameters:
istream - the input stream
Returns:
the readed ValueModifier value

write

public static void write(OutputStream ostream,
                         short value)
Write ValueModifier into a marshalled stream
Parameters:
ostream - the output stream
value - ValueModifier value