org.omg.CosTrading.LookupPackage
Class PolicyTypeMismatchHelper

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

public class PolicyTypeMismatchHelper
extends java.lang.Object

Helper class for : PolicyTypeMismatch

Author:
OpenORB Compiler

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

Constructor Detail

PolicyTypeMismatchHelper

public PolicyTypeMismatchHelper()
Method Detail

insert

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

Parameters:
a - an any
t - PolicyTypeMismatch value

extract

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

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

type

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

Returns:
a TypeCode

id

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

Returns:
an ID

read

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

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

write

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

Parameters:
ostream - the output stream
value - PolicyTypeMismatch value