org.omg.CosTrading

Class SupportAttributesHolder

public final class SupportAttributesHolder extends Object implements Streamable

Holder class for : SupportAttributes

Author: OpenORB Compiler

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

Field Detail

value

public SupportAttributes value
Internal SupportAttributes value

Constructor Detail

SupportAttributesHolder

public SupportAttributesHolder()
Default constructor

SupportAttributesHolder

public SupportAttributesHolder(SupportAttributes initial)
Constructor with value initialisation

Parameters: initial the initial value

Method Detail

_read

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

Parameters: istream the input stream

_type

public TypeCode _type()
Return the SupportAttributes TypeCode

Returns: a TypeCode

_write

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

Parameters: ostream the output stream