org.omg.CosTrading

Class DuplicatePropertyNameHelper

public class DuplicatePropertyNameHelper extends Object

Helper class for : DuplicatePropertyName

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted DuplicatePropertyName value

id

public static String id()
Return the DuplicatePropertyName IDL ID

Returns: an ID

insert

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

Parameters: a an any t DuplicatePropertyName value

read

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

Parameters: istream the input stream

Returns: the readed DuplicatePropertyName value

type

public static TypeCode type()
Return the DuplicatePropertyName TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value DuplicatePropertyName value