org.openorb.notify.persistence
Class EventTypeInfoHelper

java.lang.Object
  extended by org.openorb.notify.persistence.EventTypeInfoHelper

public class EventTypeInfoHelper
extends java.lang.Object

Helper class for : EventTypeInfo

Author:
OpenORB Compiler

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

Constructor Detail

EventTypeInfoHelper

public EventTypeInfoHelper()
Method Detail

insert

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

Parameters:
a - an any
t - EventTypeInfo value

extract

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

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

type

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

Returns:
a TypeCode

id

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

Returns:
an ID

read

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

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

write

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

Parameters:
ostream - the output stream
value - EventTypeInfo value