equip.data
Class StringArray2DBoxImpl

java.lang.Object
  extended byequip.runtime.Object
      extended byequip.runtime.ValueBase
          extended byequip.data.StringArray2DBox
              extended byequip.data.StringArray2DBoxImpl
All Implemented Interfaces:
java.lang.Cloneable

public class StringArray2DBoxImpl
extends StringArray2DBox

Implementation of IDL'd abstract class StringArray2DBox


Field Summary
 
Fields inherited from class equip.data.StringArray2DBox
value
 
Constructor Summary
StringArray2DBoxImpl()
           
StringArray2DBoxImpl(java.lang.String[][] v)
          convenience constructor - by reference, ie v is NOT copied.
 
Methods inherited from class equip.data.StringArray2DBox
_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

StringArray2DBoxImpl

public StringArray2DBoxImpl()

StringArray2DBoxImpl

public StringArray2DBoxImpl(java.lang.String[][] v)
convenience constructor - by reference, ie v is NOT copied. null becomes zero sized array