JIDLString
Declaration
public class JIDLString implementsjava.io.Serializablejava.lang.Object| +--com.idl.javaidl.JIDLString
All Implemented Interfaces:
Description
The JIDLString class wraps a String as a mutable object usable by the Java-IDL Export bridge.
Constructors
JIDLString(JIDLString)
public JIDLString(com.idl.javaidl.JIDLString value)
Construct a wrapper object.
Parameters:
value - value to wrap for use in the export bridge
JIDLString(String)
Construct a wrapper object.
Parameters:
value - value to wrap for use in the export bridge
Methods
setValue(JIDLString)
public void setValue(com.idl.javaidl.JIDLString value)
Change the value of the wrapper object
Parameters:
value - primitive value to wrap for use in the export bridge
setValue(String)
Change the value of the wrapper object
Parameters:
value - primitive value to wrap for use in the export bridge
stringValue()
Return the value of the wrapped primitive
Returns:
value that is wrapped by this object
toString()
Overrides:
toString in class Object