org.omg.CosPropertyService
Class PropertyTypesHelper

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

public class PropertyTypesHelper
extends java.lang.Object

Helper class for : PropertyTypes

Author:
OpenORB Compiler

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

Constructor Detail

PropertyTypesHelper

public PropertyTypesHelper()
Method Detail

insert

public static void insert(org.omg.CORBA.Any a,
                          org.omg.CORBA.TypeCode[] t)
Insert PropertyTypes into an any

Parameters:
a - an any
t - PropertyTypes value

extract

public static org.omg.CORBA.TypeCode[] extract(org.omg.CORBA.Any a)
Extract PropertyTypes from an any

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

type

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

Returns:
a TypeCode

id

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

Returns:
an ID

read

public static org.omg.CORBA.TypeCode[] read(org.omg.CORBA.portable.InputStream istream)
Read PropertyTypes from a marshalled stream

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

write

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

Parameters:
ostream - the output stream
value - PropertyTypes value