org.omg.CosTrading

Class ServiceTypeNameHelper

public class ServiceTypeNameHelper extends Object

Helper class for : ServiceTypeName

Author: OpenORB Compiler

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

Method Detail

extract

public static String extract(Any a)
Extract ServiceTypeName from an any

Parameters: a an any

Returns: the extracted ServiceTypeName value

id

public static String id()
Return the ServiceTypeName IDL ID

Returns: an ID

insert

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

Parameters: a an any t ServiceTypeName value

read

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

Parameters: istream the input stream

Returns: the readed ServiceTypeName value

type

public static TypeCode type()
Return the ServiceTypeName TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value ServiceTypeName value