org.omg.CosTradingRepos.ServiceTypeRepositoryPackage

Class IdentifierHelper

public class IdentifierHelper extends Object

Helper class for : Identifier

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted Identifier value

id

public static String id()
Return the Identifier IDL ID

Returns: an ID

insert

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

Parameters: a an any t Identifier value

read

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

Parameters: istream the input stream

Returns: the readed Identifier value

type

public static TypeCode type()
Return the Identifier TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value Identifier value