org.omg.CONV_FRAME
Class CodeSetIdHelper

java.lang.Object
  extended byorg.omg.CONV_FRAME.CodeSetIdHelper

public class CodeSetIdHelper
extends java.lang.Object

Helper class for : CodeSetId

Author:
OpenORB Compiler

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

Constructor Detail

CodeSetIdHelper

public CodeSetIdHelper()
Method Detail

insert

public static void insert(Any a,
                          int t)
Insert CodeSetId into an any

Parameters:
a - an any
t - CodeSetId value

extract

public static int extract(Any a)
Extract CodeSetId from an any

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

type

public static TypeCode type()
Return the CodeSetId TypeCode

Returns:
a TypeCode

id

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

Returns:
an ID

read

public static int read(InputStream istream)
Read CodeSetId from a marshalled stream

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

write

public static void write(OutputStream ostream,
                         int value)
Write CodeSetId into a marshalled stream

Parameters:
ostream - the output stream
value - CodeSetId value