com.anwrt.commons.hessian.model
Class HessianBoolean
java.lang.Object
com.anwrt.commons.hessian.model.HessianValue
com.anwrt.commons.hessian.model.HessianSimple
com.anwrt.commons.hessian.model.HessianBoolean
public class HessianBoolean
- extends HessianSimple
Models a boolean data.
creation : 26 sept. 2008
- Author:
- David FRANCOIS
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TRUE
public static final HessianBoolean TRUE
FALSE
public static final HessianBoolean FALSE
HessianBoolean
public HessianBoolean(boolean value)
valueOf
public static HessianBoolean valueOf(boolean aValue)
getValue
public boolean getValue()
getTypeString
public java.lang.String getTypeString()
- Overrides:
getTypeString in class HessianValue
render
public void render(java.io.OutputStream stream,
AwtHessianSerializer ser)
throws AwtHessianSerializerException
- Description copied from class:
HessianValue
- Renders the
HessianValue to the given
OutputStream.
- Specified by:
render in class HessianValue
- Parameters:
stream - to which to renderser - an AwtHessianSerializer instance
- Throws:
AwtHessianSerializerException