|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.query.clause.ChangedClauseImpl
public class ChangedClauseImpl
Implementation of ChangedClasue
Constructor Summary | |
---|---|
ChangedClauseImpl(ChangedClause clause)
|
|
ChangedClauseImpl(String field,
Operator operator,
HistoryPredicate historyPredicate)
|
Method Summary | ||
---|---|---|
|
accept(ClauseVisitor<R> visitor)
Allows us to perform operations over the clauses based on the passed in visitor. |
|
boolean |
equals(Object o)
|
|
List<Clause> |
getClauses()
|
|
String |
getField()
|
|
String |
getName()
The name of the individual clause, this should be unique amongst the implementations otherwise the clauses will be treated as the "same" type of clause. |
|
Operator |
getOperator()
|
|
HistoryPredicate |
getPredicate()
|
|
int |
hashCode()
|
|
String |
toString()
Return a string representation of the clause. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ChangedClauseImpl(String field, Operator operator, HistoryPredicate historyPredicate)
public ChangedClauseImpl(ChangedClause clause)
Method Detail |
---|
public String getField()
getField
in interface ChangedClause
public HistoryPredicate getPredicate()
getPredicate
in interface ChangedClause
public Operator getOperator()
getOperator
in interface ChangedClause
public String getName()
Clause
getName
in interface Clause
public List<Clause> getClauses()
getClauses
in interface Clause
public <R> R accept(ClauseVisitor<R> visitor)
Clause
accept
in interface Clause
visitor
- the visitor to accept.
public String toString()
Clause
toString
in interface Clause
toString
in class Object
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |