org.omg.CosTradingRepos.ServiceTypeRepositoryPackage

Class ServiceTypeNameSeqHolder

public final class ServiceTypeNameSeqHolder extends Object implements Streamable

Holder class for : ServiceTypeNameSeq

Author: OpenORB Compiler

Field Summary
String[]value
Internal ServiceTypeNameSeq value
Constructor Summary
ServiceTypeNameSeqHolder()
Default constructor
ServiceTypeNameSeqHolder(String[] initial)
Constructor with value initialisation
Method Summary
void_read(InputStream istream)
Read ServiceTypeNameSeq from a marshalled stream
TypeCode_type()
Return the ServiceTypeNameSeq TypeCode
void_write(OutputStream ostream)
Write ServiceTypeNameSeq into a marshalled stream

Field Detail

value

public String[] value
Internal ServiceTypeNameSeq value

Constructor Detail

ServiceTypeNameSeqHolder

public ServiceTypeNameSeqHolder()
Default constructor

ServiceTypeNameSeqHolder

public ServiceTypeNameSeqHolder(String[] initial)
Constructor with value initialisation

Parameters: initial the initial value

Method Detail

_read

public void _read(InputStream istream)
Read ServiceTypeNameSeq from a marshalled stream

Parameters: istream the input stream

_type

public TypeCode _type()
Return the ServiceTypeNameSeq TypeCode

Returns: a TypeCode

_write

public void _write(OutputStream ostream)
Write ServiceTypeNameSeq into a marshalled stream

Parameters: ostream the output stream