org.omg.CORBA

Class WStringValueHolder

Implemented Interfaces:
Streamable

public final class WStringValueHolder
extends java.lang.Object
implements Streamable

Generated from IDL definition of valuetype "WStringValue"

Author:
JacORB IDL compiler

Field Summary

WStringValue
value

Constructor Summary

WStringValueHolder()
WStringValueHolder(WStringValue initial)

Method Summary

void
_read(InputStream is)
TypeCode
_type()
void
_write(OutputStream os)

Field Details

value

public WStringValue value

Constructor Details

WStringValueHolder

public WStringValueHolder()


WStringValueHolder

public WStringValueHolder(WStringValue initial)

Method Details

_read

public void _read(InputStream is)
Specified by:
_read in interface Streamable


_type

public TypeCode _type()
Specified by:
_type in interface Streamable


_write

public void _write(OutputStream os)
Specified by:
_write in interface Streamable