Errai 3.0.1-SNAPSHOT

org.jboss.errai.marshalling.server.json.impl
Class ErraiJSONBoolean

java.lang.Object
  extended by org.jboss.errai.marshalling.server.json.impl.ErraiJSONBoolean
All Implemented Interfaces:
EJBoolean

public class ErraiJSONBoolean
extends Object
implements EJBoolean

Author:
Mike Brock

Field Summary
static EJBoolean FALSE
           
static EJBoolean TRUE
           
 
Constructor Summary
ErraiJSONBoolean(Boolean bool)
           
 
Method Summary
 boolean booleanValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TRUE

public static final EJBoolean TRUE

FALSE

public static final EJBoolean FALSE
Constructor Detail

ErraiJSONBoolean

public ErraiJSONBoolean(Boolean bool)
Method Detail

booleanValue

public boolean booleanValue()
Specified by:
booleanValue in interface EJBoolean

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.