equip.data
Class StringBoxImpl

java.lang.Object
  extended byequip.runtime.Object
      extended byequip.runtime.ValueBase
          extended byequip.data.StringBox
              extended byequip.data.StringBoxImpl
All Implemented Interfaces:
java.lang.Cloneable

public class StringBoxImpl
extends StringBox

Implementation of IDL'd abstract class StringBox


Field Summary
 
Fields inherited from class equip.data.StringBox
value
 
Constructor Summary
StringBoxImpl()
           
StringBoxImpl(java.lang.String v)
          convenience constructor
 
Methods inherited from class equip.data.StringBox
_equals_helper, _matches_helper, equals, getModuleName, matches, readObject, writeObject
 
Methods inherited from class equip.runtime.ValueBase
_equals_helper, _matches_helper, clone
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringBoxImpl

public StringBoxImpl()

StringBoxImpl

public StringBoxImpl(java.lang.String v)
convenience constructor