org.omg.CosTrading
public final class SupportAttributesHolder extends Object implements Streamable
Field Summary | |
---|---|
SupportAttributes | value
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 |
Parameters: initial the initial value
Parameters: istream the input stream
Returns: a TypeCode
Parameters: ostream the output stream