org.omg.CosPropertyService
Class UnsupportedPropertyHelper

java.lang.Object
  extended by org.omg.CosPropertyService.UnsupportedPropertyHelper

public class UnsupportedPropertyHelper
extends java.lang.Object

Helper class for : UnsupportedProperty

Author:
OpenORB Compiler

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

Constructor Detail

UnsupportedPropertyHelper

public UnsupportedPropertyHelper()
Method Detail

insert

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

Parameters:
a - an any
t - UnsupportedProperty value

extract

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

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

type

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

Returns:
a TypeCode

id

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

Returns:
an ID

read

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

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

write

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

Parameters:
ostream - the output stream
value - UnsupportedProperty value