org.omg.CosTradingRepos.ServiceTypeRepositoryPackage

Class HasSubTypesHelper

public class HasSubTypesHelper extends Object

Helper class for : HasSubTypes

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted HasSubTypes value

id

public static String id()
Return the HasSubTypes IDL ID

Returns: an ID

insert

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

Parameters: a an any t HasSubTypes value

read

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

Parameters: istream the input stream

Returns: the readed HasSubTypes value

type

public static TypeCode type()
Return the HasSubTypes TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value HasSubTypes value