org.omg.CORBA
Class WStringValue

java.lang.Object
  extended byorg.omg.CORBA.WStringValue
All 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
See Also:
Serialized Form

Field Summary
 java.lang.String value
           
 
Constructor Summary
WStringValue()
           
 
Method Summary
 void _read(InputStream os)
           
 java.lang.String[] _truncatable_ids()
           
 TypeCode _type()
           
 void _write(OutputStream os)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public java.lang.String value
Constructor Detail

WStringValue

public WStringValue()
Method Detail

_write

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

_read

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

_truncatable_ids

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

_type

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