org.omg.CosNotification

Class NamedPropertyRangeHelper

public class NamedPropertyRangeHelper extends Object

Helper class for : NamedPropertyRange

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted NamedPropertyRange value

id

public static String id()
Return the NamedPropertyRange IDL ID

Returns: an ID

insert

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

Parameters: a an any t NamedPropertyRange value

read

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

Parameters: istream the input stream

Returns: the readed NamedPropertyRange value

type

public static TypeCode type()
Return the NamedPropertyRange TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value NamedPropertyRange value