com.atlassian.query.clause
Interface TerminalClause

All Superinterfaces:
Clause
All Known Subinterfaces:
WasClause
All Known Implementing Classes:
TerminalClauseImpl, WasClauseImpl

public interface TerminalClause
extends Clause

Denotes a terminal nodes that contain an Operator and an Operand.

Since:
v4.0

Method Summary
 Operand getOperand()
           
 Operator getOperator()
           
 
Methods inherited from interface com.atlassian.query.clause.Clause
accept, getClauses, getName, toString
 

Method Detail

getOperand

Operand getOperand()
Returns:
the right hand side value of the expression. This can be a composite of more Operands or it can be SingleValueOperands that resolve to constant values.

getOperator

Operator getOperator()
Returns:
the operator used by the clause Operator.


Copyright © 2002-2013 Atlassian. All Rights Reserved.