org.omg.CosTrading.LookupPackage

Class HowManyPropsHolder

public final class HowManyPropsHolder extends Object implements Streamable

Holder class for : HowManyProps

Author: OpenORB Compiler

Field Summary
HowManyPropsvalue
Internal HowManyProps value
Constructor Summary
HowManyPropsHolder()
Default constructor
HowManyPropsHolder(HowManyProps initial)
Constructor with value initialisation
Method Summary
void_read(InputStream istream)
Read HowManyProps from a marshalled stream
TypeCode_type()
Return the HowManyProps TypeCode
void_write(OutputStream ostream)
Write HowManyProps into a marshalled stream

Field Detail

value

public HowManyProps value
Internal HowManyProps value

Constructor Detail

HowManyPropsHolder

public HowManyPropsHolder()
Default constructor

HowManyPropsHolder

public HowManyPropsHolder(HowManyProps initial)
Constructor with value initialisation

Parameters: initial the initial value

Method Detail

_read

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

Parameters: istream the input stream

_type

public TypeCode _type()
Return the HowManyProps TypeCode

Returns: a TypeCode

_write

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

Parameters: ostream the output stream