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

java.lang.Object
  extended by ValueD
      extended by org.openorb.orb.test.iiop.value.ValueDImpl

public class ValueDImpl
extends ValueD

Implementation of the ValueD value type.

Author:
Chris Wood

Constructor Summary
ValueDImpl()
          Constructor.
 
Method Summary
 java.lang.String toString()
          Creates a stringified representation of the value type's instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ValueDImpl

public ValueDImpl()
Constructor.

Method Detail

toString

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

Returns:
A stringified representation of this instance.