|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.starteam.QueryPart.WebCacheQueryPart
public static class QueryPart.WebCacheQueryPart
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Test this object for equality with another |
Property.WebCacheProperty |
getProperty()
Gets the property being tested by this query part. |
QueryPart.Relation |
getRelation()
Returns the relation type for this expression. |
java.lang.Object |
getValue()
Gets the value of the item property in question |
int |
hashCode()
Return a hash code for this object |
boolean |
isCaseIgnored()
Verify if case has been ignored |
void |
setCaseIgnored(boolean ignore)
Set if case needs to be ignored |
void |
setRelation(QueryPart.Relation relation)
Sets the relation type for this expression. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void setRelation(QueryPart.Relation relation)
relation - Relation to be usedpublic QueryPart.Relation getRelation()
public Property.WebCacheProperty getProperty()
public java.lang.Object getValue()
public boolean isCaseIgnored()
public void setCaseIgnored(boolean ignore)
ignore - boolean true if case is ignored while evaluating the
expressionpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objecto - the object to test againstpublic int hashCode()
hashCode in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||