org.openorb.orb.test.iiop.value
Class ValueFImpl

java.lang.Object
  extended by ValueF
      extended by org.openorb.orb.test.iiop.value.ValueFImpl

public class ValueFImpl
extends ValueF

The implementation of value type ValueF.

Author:
Chris Wood

Constructor Summary
ValueFImpl()
           
 
Method Summary
 void marshal(org.omg.CORBA.DataOutputStream os)
          Marshal the value type into the output stream.
 java.lang.String toString()
          Creates a stringified representation of the value-type's instance.
 void unmarshal(org.omg.CORBA.DataInputStream is)
          Unmarshal the value type from the input stream.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ValueFImpl

public ValueFImpl()
Method Detail

unmarshal

public void unmarshal(org.omg.CORBA.DataInputStream is)
Unmarshal the value type from the input stream.

Parameters:
is - The input stream to read the value type from.

marshal

public void marshal(org.omg.CORBA.DataOutputStream os)
Marshal the value type into the output stream.

Parameters:
os - The output stream to write the value type to.

toString

public java.lang.String toString()
Creates a stringified representation of the value-type's instance.

Returns:
A stringified representation of the instance.