equip.data
Class CharBoxImpl

java.lang.Object
  extended byequip.runtime.Object
      extended byequip.runtime.ValueBase
          extended byequip.data.CharBox
              extended byequip.data.CharBoxImpl
All Implemented Interfaces:
java.lang.Cloneable

public class CharBoxImpl
extends CharBox

Implementation of IDL'd abstract class CharBox


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

CharBoxImpl

public CharBoxImpl()

CharBoxImpl

public CharBoxImpl(char v)
convenience constructor


CharBoxImpl

public CharBoxImpl(java.lang.Character v)
convenience constructor - v must not be null