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

java.lang.Object
  extended by ValueA
      extended by org.openorb.orb.test.iiop.value.ValueAImpl

public class ValueAImpl
extends ValueA

Implementation of the ValueA value type.

Author:
Chris Wood

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

Constructor Detail

ValueAImpl

public ValueAImpl()
Constructor.

Method Detail

toString

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

Returns:
A stringified representation of this instance.