pl.edu.pjwstk.yaod.network.protocol.queryresult
Class SingleResult

java.lang.Object
  |
  +--pl.edu.pjwstk.yaod.network.protocol.queryresult.Result
        |
        +--pl.edu.pjwstk.yaod.network.protocol.queryresult.SingleResult
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AtomicResult, BinderResult, IdentifierResult

public abstract class SingleResult
extends Result

See Also:
Serialized Form

Constructor Summary
SingleResult()
           
 
Method Summary
abstract  java.lang.String getValueAsString()
           
 
Methods inherited from class pl.edu.pjwstk.yaod.network.protocol.queryresult.Result
getResultAsString, getResultAsString, getResultAsXmlString, getResultAsXmlString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SingleResult

public SingleResult()
Method Detail

getValueAsString

public abstract java.lang.String getValueAsString()