com.starteam
Class QueryPart.WebCacheQueryPart

java.lang.Object
  extended by com.starteam.QueryPart.WebCacheQueryPart
Enclosing class:
QueryPart

public static class QueryPart.WebCacheQueryPart
extends java.lang.Object


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

setRelation

public void setRelation(QueryPart.Relation relation)
Sets the relation type for this expression.

Parameters:
relation - Relation to be used

getRelation

public QueryPart.Relation getRelation()
Returns the relation type for this expression.


getProperty

public Property.WebCacheProperty getProperty()
Gets the property being tested by this query part.

Returns:
The property being tested by this query part.

getValue

public java.lang.Object getValue()
Gets the value of the item property in question

Returns:
value of the item property

isCaseIgnored

public boolean isCaseIgnored()
Verify if case has been ignored

Returns:
if case has been ignored while evaluating the expression

setCaseIgnored

public void setCaseIgnored(boolean ignore)
Set if case needs to be ignored

Parameters:
ignore - boolean true if case is ignored while evaluating the expression

equals

public boolean equals(java.lang.Object o)
Test this object for equality with another

Overrides:
equals in class java.lang.Object
Parameters:
o - the object to test against

hashCode

public int hashCode()
Return a hash code for this object

Overrides:
hashCode in class java.lang.Object
Returns:
a hash code for this object


StarTeam SDK 14.0, Build 21
Copyright © 2003-2012 Borland Software Corporation. All rights reserved.