org.axiondb.util
Class NullObject

java.lang.Object
  extended by org.axiondb.util.NullObject
All Implemented Interfaces:
Serializable

public class NullObject
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
static NullObject instance
           
 
Constructor Summary
NullObject()
           
 
Method Summary
 int getIntForm()
           
 String getStringForm()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

instance

public static NullObject instance
Constructor Detail

NullObject

public NullObject()
Method Detail

getStringForm

public String getStringForm()

getIntForm

public int getIntForm()