org.omg.CosTradingRepos.ServiceTypeRepositoryPackage

Class DuplicateServiceTypeNameHelper

public class DuplicateServiceTypeNameHelper extends Object

Helper class for : DuplicateServiceTypeName

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted DuplicateServiceTypeName value

id

public static String id()
Return the DuplicateServiceTypeName IDL ID

Returns: an ID

insert

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

Parameters: a an any t DuplicateServiceTypeName value

read

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

Parameters: istream the input stream

Returns: the readed DuplicateServiceTypeName value

type

public static TypeCode type()
Return the DuplicateServiceTypeName TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value DuplicateServiceTypeName value