org.omg.CosTradingRepos.ServiceTypeRepositoryPackage

Class SpecifiedServiceTypesHelper

public class SpecifiedServiceTypesHelper extends Object

Helper class for : SpecifiedServiceTypes

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted SpecifiedServiceTypes value

id

public static String id()
Return the SpecifiedServiceTypes IDL ID

Returns: an ID

insert

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

Parameters: a an any t SpecifiedServiceTypes value

read

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

Parameters: istream the input stream

Returns: the readed SpecifiedServiceTypes value

type

public static TypeCode type()
Return the SpecifiedServiceTypes TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value SpecifiedServiceTypes value