equip.data
Class ByteBoxImpl

java.lang.Object
  extended byequip.runtime.Object
      extended byequip.runtime.ValueBase
          extended byequip.data.ByteBox
              extended byequip.data.ByteBoxImpl
All Implemented Interfaces:
java.lang.Cloneable

public class ByteBoxImpl
extends ByteBox

Implementation of IDL'd abstract class ByteBox


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

ByteBoxImpl

public ByteBoxImpl()

ByteBoxImpl

public ByteBoxImpl(byte v)
convenience constructor


ByteBoxImpl

public ByteBoxImpl(java.lang.Byte v)
convenience constructor - v must not be null