org.nakedobjects.remoting.data.common
Class NullDataImpl

java.lang.Object
  extended by org.nakedobjects.remoting.data.common.NullDataImpl
All Implemented Interfaces:
java.io.Serializable, Encodable, NullData, Data

public class NullDataImpl
extends java.lang.Object
implements NullData, Encodable, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
NullDataImpl(DataInputExtended input)
           
NullDataImpl(java.lang.String type)
           
 
Method Summary
 void encode(DataOutputExtended output)
           
 java.lang.String getType()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NullDataImpl

public NullDataImpl(java.lang.String type)

NullDataImpl

public NullDataImpl(DataInputExtended input)
             throws java.io.IOException
Throws:
java.io.IOException
Method Detail

encode

public void encode(DataOutputExtended output)
            throws java.io.IOException
Specified by:
encode in interface Encodable
Throws:
java.io.IOException

getType

public java.lang.String getType()
Specified by:
getType in interface Data

toString

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


Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.