org.omg.CosTrading

Class IllegalPropertyNameHelper

public class IllegalPropertyNameHelper extends Object

Helper class for : IllegalPropertyName

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted IllegalPropertyName value

id

public static String id()
Return the IllegalPropertyName IDL ID

Returns: an ID

insert

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

Parameters: a an any t IllegalPropertyName value

read

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

Parameters: istream the input stream

Returns: the readed IllegalPropertyName value

type

public static TypeCode type()
Return the IllegalPropertyName TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value IllegalPropertyName value