|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.starteam.QueryNode.Operator
public static final class QueryNode.Operator
The standard operands OR, AND and NOT
| Field Summary | |
|---|---|
static QueryNode.Operator[] |
ALL
All valid query node operator |
static QueryNode.Operator |
AND
A constant defining an AND query expression. |
static QueryNode.Operator |
NOT
A constant defining a NOT query expression. |
static QueryNode.Operator |
OR
A constant defining an OR query expression. |
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
tests the two operators for equality |
static QueryNode.Operator |
fromID(int id)
Gets the Query Node operator corresponding to the given ID. |
int |
getID()
The ID of the corresponding Operator. |
int |
hashCode()
returns the hash code for this operator |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final QueryNode.Operator AND
public static final QueryNode.Operator OR
public static final QueryNode.Operator NOT
public static final QueryNode.Operator[] ALL
| Method Detail |
|---|
public int getID()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objecto - the Operator to test against
public int hashCode()
hashCode in class java.lang.Objectpublic static QueryNode.Operator fromID(int id)
id - The ID of an QueryNode.Operator#AND.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||