java.lang.Object | |
↳ | com.atlassian.query.operand.MultiValueOperand |
Used to represent a multiple constant values as an Operand.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | OPERAND_NAME |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Allows us to perform operations over the operand based on the passed in visitor.
| |||||||||||
Produces the unexpanded representation of the Operand.
| |||||||||||
The name that represents this Operand.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.atlassian.query.operand.Operand
|
Allows us to perform operations over the operand based on the passed in visitor. This method calls the visit method on the visitor with this reference.
visitor | the visitor to accept. |
---|
Produces the unexpanded representation of the Operand. In the case of a function operand this would be the function as represented in the Query (i.e. group(jira-users)).
The name that represents this Operand.