com.russell_allen.smallworld
Class SmallInt

java.lang.Object
  extended by com.russell_allen.smallworld.SmallObject
      extended by com.russell_allen.smallworld.SmallInt

 class SmallInt
extends SmallObject


Field Summary
 int value
           
 
Fields inherited from class com.russell_allen.smallworld.SmallObject
data, id, objClass
 
Constructor Summary
SmallInt()
           
SmallInt(SmallObject IntegerClass, int v)
           
 
Method Summary
 java.lang.Integer toInteger()
           
 java.lang.String toString()
           
 
Methods inherited from class com.russell_allen.smallworld.SmallObject
copy, duplicate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

value

public int value
Constructor Detail

SmallInt

public SmallInt(SmallObject IntegerClass,
                int v)

SmallInt

public SmallInt()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

toInteger

public java.lang.Integer toInteger()