org.sql.generation.api.grammar.booleans
Class BooleanExpression.False

java.lang.Object
  extended by org.sql.generation.api.grammar.booleans.BooleanExpression.False
All Implemented Interfaces:
org.atp.api.Typeable<ValueExpression>, BooleanExpression, ValueExpression
Enclosing interface:
BooleanExpression

public static final class BooleanExpression.False
extends Object
implements BooleanExpression

This class represents a boolean expression which always evaluates to false (FALSE.

Author:
Stanislav Muhametsin

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.sql.generation.api.grammar.booleans.BooleanExpression
BooleanExpression.False, BooleanExpression.True
 
Field Summary
static BooleanExpression.False INSTANCE
          Returns the singleton instance representing FALSE.
 
Method Summary
 Class<? extends ValueExpression> getImplementedType()
          Returns BooleanExpression.False.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final BooleanExpression.False INSTANCE
Returns the singleton instance representing FALSE.

Method Detail

getImplementedType

public Class<? extends ValueExpression> getImplementedType()
Returns BooleanExpression.False.

Specified by:
getImplementedType in interface org.atp.api.Typeable<ValueExpression>


Copyright © 2010. All Rights Reserved.