org.omg.CosTrading.LookupPackage
Class IllegalPolicyNameHelper

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

public class IllegalPolicyNameHelper
extends java.lang.Object

Helper class for : IllegalPolicyName

Author:
OpenORB Compiler

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

Constructor Detail

IllegalPolicyNameHelper

public IllegalPolicyNameHelper()
Method Detail

insert

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

Parameters:
a - an any
t - IllegalPolicyName value

extract

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

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

type

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

Returns:
a TypeCode

id

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

Returns:
an ID

read

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

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

write

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

Parameters:
ostream - the output stream
value - IllegalPolicyName value