|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BooleanTest
The interface for syntax element representing <X> IS [NOT] (TRUE | FALSE | UNKNOWN) expression (boolean
test), where <X> is some boolean expression.
| Nested Class Summary | |
|---|---|
static class |
BooleanTest.TestType
The type of the test. |
static class |
BooleanTest.TruthValue
The tested truth value. |
| Nested classes/interfaces inherited from interface org.sql.generation.api.grammar.booleans.BooleanExpression |
|---|
BooleanExpression.False, BooleanExpression.True |
| Method Summary | |
|---|---|
BooleanExpression |
getBooleanExpression()
Returns the boolean expression to be tested. |
BooleanTest.TestType |
getTestType()
Returns the test type - whether it should, or should not, be something. |
BooleanTest.TruthValue |
getTruthValue()
The truth value which must evaluate from the expression. |
| Methods inherited from interface org.atp.api.Typeable |
|---|
getImplementedType |
| Methods inherited from interface java.lang.Iterable |
|---|
iterator |
| Method Detail |
|---|
BooleanExpression getBooleanExpression()
BooleanTest.TestType getTestType()
BooleanTest.TruthValue getTruthValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||