org.omg.CORBA

Class WStringValue

Implemented Interfaces:
IDLEntity, java.io.Serializable, Streamable, StreamableValue, ValueBase

public abstract class WStringValue
extends java.lang.Object
implements StreamableValue

Generated from IDL definition of valuetype "WStringValue"

Author:
JacORB IDL compiler

Field Summary

java.lang.String
value

Method Summary

void
_read(InputStream os)
String[]
_truncatable_ids()
TypeCode
_type()
void
_write(OutputStream os)

Field Details

value

public java.lang.String value

Method Details

_read

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


_truncatable_ids

public String[] _truncatable_ids()
Specified by:
_truncatable_ids in interface ValueBase


_type

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


_write

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