com.atlassian.jira.jql.operand
Interface PredicateOperandHandler


public interface PredicateOperandHandler

Return the values from the Operand

Since:
v4.3

Method Summary
 List<QueryLiteral> getValues()
           
 boolean isEmpty()
           
 boolean isFunction()
           
 boolean isList()
           
 

Method Detail

getValues

List<QueryLiteral> getValues()

isEmpty

boolean isEmpty()

isList

boolean isList()

isFunction

boolean isFunction()


Copyright © 2002-2013 Atlassian. All Rights Reserved.