|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.plumtree.server.PT_BOOLOPS
Boolean operators (AND and OR) as used in Plumtree filters- the filter operator is a PT_BOOLOPS.
IPTPropertyFilterStatement| Field Summary | |
static int |
PT_BOOLOP_AND
The "AND" boolean operator- logically equivalent to the Java "&&" operator |
static int |
PT_BOOLOP_OR
The "OR" boolean operator- logically equivalent to the Java "||" operator |
| Constructor Summary | |
PT_BOOLOPS()
|
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int PT_BOOLOP_AND
public static final int PT_BOOLOP_OR
| Constructor Detail |
public PT_BOOLOPS()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||