|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.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 ChangedClausepublic HistoryPredicate getPredicate()
getPredicate in interface ChangedClausepublic Operator getOperator()
getOperator in interface ChangedClausepublic String getName()
Clause
getName in interface Clausepublic List<Clause> getClauses()
getClauses in interface Clausepublic <R> R accept(ClauseVisitor<R> visitor)
Clause
accept in interface Clausevisitor - the visitor to accept.
public String toString()
Clause
toString in interface ClausetoString in class Objectpublic boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||