equip.data
Class ShortBoxImpl

java.lang.Object
  extended byequip.runtime.Object
      extended byequip.runtime.ValueBase
          extended byequip.data.ShortBox
              extended byequip.data.ShortBoxImpl
All Implemented Interfaces:
java.lang.Cloneable

public class ShortBoxImpl
extends ShortBox

Implementation of IDL'd abstract class ShortBox


Field Summary
 
Fields inherited from class equip.data.ShortBox
value
 
Constructor Summary
ShortBoxImpl()
           
ShortBoxImpl(short v)
          convenience constructor
ShortBoxImpl(java.lang.Short v)
          convenience constructor - v must not be null
 
Methods inherited from class equip.data.ShortBox
_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

ShortBoxImpl

public ShortBoxImpl()

ShortBoxImpl

public ShortBoxImpl(short v)
convenience constructor


ShortBoxImpl

public ShortBoxImpl(java.lang.Short v)
convenience constructor - v must not be null