org.sql.generation.api.grammar.booleans
Class BooleanTest.TestType

java.lang.Object
  extended by org.sql.generation.api.grammar.booleans.BooleanTest.TestType
Enclosing interface:
BooleanTest

public static final class BooleanTest.TestType
extends Object

The type of the test.

Author:
Stanislav Muhametsin

Field Summary
static BooleanTest.TestType IS
          The test which tests the expression against the truth value.
static BooleanTest.TestType IS_NOT
          The test which tests the expression against the negation of the truth value.
 
Constructor Summary
BooleanTest.TestType()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IS

public static final BooleanTest.TestType IS
The test which tests the expression against the truth value.


IS_NOT

public static final BooleanTest.TestType IS_NOT
The test which tests the expression against the negation of the truth value.

Constructor Detail

BooleanTest.TestType

public BooleanTest.TestType()


Copyright © 2010-2012. All Rights Reserved.