org.omg.CosNaming

Class BindingTypeHelper

public class BindingTypeHelper extends Object

Helper class for : BindingType

Author: OpenORB Compiler

Method Summary
static BindingTypeextract(Any a)
Extract BindingType from an any
static Stringid()
Return the BindingType IDL ID
static voidinsert(Any a, BindingType t)
Insert BindingType into an any
static BindingTyperead(InputStream istream)
Read BindingType from a marshalled stream
static TypeCodetype()
Return the BindingType TypeCode
static voidwrite(OutputStream ostream, BindingType value)
Write BindingType into a marshalled stream

Method Detail

extract

public static BindingType extract(Any a)
Extract BindingType from an any

Parameters: a an any

Returns: the extracted BindingType value

id

public static String id()
Return the BindingType IDL ID

Returns: an ID

insert

public static void insert(Any a, BindingType t)
Insert BindingType into an any

Parameters: a an any t BindingType value

read

public static BindingType read(InputStream istream)
Read BindingType from a marshalled stream

Parameters: istream the input stream

Returns: the readed BindingType value

type

public static TypeCode type()
Return the BindingType TypeCode

Returns: a TypeCode

write

public static void write(OutputStream ostream, BindingType value)
Write BindingType into a marshalled stream

Parameters: ostream the output stream value BindingType value