equip.data
Class BooleanBoxImpl

java.lang.Object
  extended byequip.runtime.Object
      extended byequip.runtime.ValueBase
          extended byequip.data.BooleanBox
              extended byequip.data.BooleanBoxImpl
All Implemented Interfaces:
java.lang.Cloneable

public class BooleanBoxImpl
extends BooleanBox

Implementation of IDL'd abstract class BooleanBox


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

BooleanBoxImpl

public BooleanBoxImpl()

BooleanBoxImpl

public BooleanBoxImpl(boolean v)
convenience constructor


BooleanBoxImpl

public BooleanBoxImpl(java.lang.Boolean v)
convenience constructor - v must not be null