org.omg.CosTrading

Class PolicyNameHelper

public class PolicyNameHelper extends Object

Helper class for : PolicyName

Author: OpenORB Compiler

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

Method Detail

extract

public static String extract(Any a)
Extract PolicyName from an any

Parameters: a an any

Returns: the extracted PolicyName value

id

public static String id()
Return the PolicyName IDL ID

Returns: an ID

insert

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

Parameters: a an any t PolicyName value

read

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

Parameters: istream the input stream

Returns: the readed PolicyName value

type

public static TypeCode type()
Return the PolicyName TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value PolicyName value