equip.data
Class FloatBoxImpl

java.lang.Object
  extended byequip.runtime.Object
      extended byequip.runtime.ValueBase
          extended byequip.data.FloatBox
              extended byequip.data.FloatBoxImpl
All Implemented Interfaces:
java.lang.Cloneable

public class FloatBoxImpl
extends FloatBox

Implementation of IDL'd abstract class FloatBox


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

FloatBoxImpl

public FloatBoxImpl()

FloatBoxImpl

public FloatBoxImpl(float v)
convenience constructor


FloatBoxImpl

public FloatBoxImpl(java.lang.Float v)
convenience constructor - v must not be null