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

java.lang.Object
  |
  +--pl.edu.pjwstk.yaod.network.protocol.queryresult.Result
        |
        +--pl.edu.pjwstk.yaod.network.protocol.queryresult.SingleResult
              |
              +--pl.edu.pjwstk.yaod.network.protocol.queryresult.AtomicResult
                    |
                    +--pl.edu.pjwstk.yaod.network.protocol.queryresult.BooleanResult
All Implemented Interfaces:
java.io.Serializable

public class BooleanResult
extends AtomicResult

See Also:
Serialized Form

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

Constructor Detail

BooleanResult

public BooleanResult(java.lang.Boolean value)

BooleanResult

public BooleanResult(boolean value)
Method Detail

getValueAsString

public java.lang.String getValueAsString()
Overrides:
getValueAsString in class AtomicResult

getValue

public java.lang.Boolean getValue()