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

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

public static final class BooleanExpression.True
extends Object
implements BooleanExpression

This class represents a boolean expression which always evaluates to true (TRUE).

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.True INSTANCE
          Returns the singleton instance representing TRUE.
 
Method Summary
 Class<? extends ValueExpression> getImplementedType()
          Returns BooleanExpression.True.
 
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.True INSTANCE
Returns the singleton instance representing TRUE.

Method Detail

getImplementedType

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

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


Copyright © 2010. All Rights Reserved.