org.omg.CosTrading

Class PolicyValueHelper

public class PolicyValueHelper extends Object

Helper class for : PolicyValue

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted PolicyValue value

id

public static String id()
Return the PolicyValue IDL ID

Returns: an ID

insert

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

Parameters: a an any t PolicyValue value

read

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

Parameters: istream the input stream

Returns: the readed PolicyValue value

type

public static TypeCode type()
Return the PolicyValue TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value PolicyValue value