equip.data
Class IntBoxImpl

java.lang.Object
  extended byequip.runtime.Object
      extended byequip.runtime.ValueBase
          extended byequip.data.IntBox
              extended byequip.data.IntBoxImpl
All Implemented Interfaces:
java.lang.Cloneable

public class IntBoxImpl
extends IntBox

Implementation of IDL'd abstract class IntBox


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

IntBoxImpl

public IntBoxImpl()

IntBoxImpl

public IntBoxImpl(int v)
convenience constructor


IntBoxImpl

public IntBoxImpl(java.lang.Integer v)
convenience constructor - v must not be null