org.omg.CosTrading.LookupPackage
Class IllegalPreferenceHelper

java.lang.Object
  extended by org.omg.CosTrading.LookupPackage.IllegalPreferenceHelper

public class IllegalPreferenceHelper
extends java.lang.Object

Helper class for : IllegalPreference

Author:
OpenORB Compiler

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

Constructor Detail

IllegalPreferenceHelper

public IllegalPreferenceHelper()
Method Detail

insert

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

Parameters:
a - an any
t - IllegalPreference value

extract

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

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

type

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

Returns:
a TypeCode

id

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

Returns:
an ID

read

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

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

write

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

Parameters:
ostream - the output stream
value - IllegalPreference value