org.omg.CosTrading.LookupPackage

Class IllegalPolicyNameHelper

public class IllegalPolicyNameHelper extends Object

Helper class for : IllegalPolicyName

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted IllegalPolicyName value

id

public static String id()
Return the IllegalPolicyName IDL ID

Returns: an ID

insert

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

Parameters: a an any t IllegalPolicyName value

read

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

Parameters: istream the input stream

Returns: the readed IllegalPolicyName value

type

public static TypeCode type()
Return the IllegalPolicyName TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value IllegalPolicyName value