|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.server.PT_BOOLOPS
public final class 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()
|
|
| Method Summary |
|---|
| 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: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||