Package com.atlassian.query.operand
Class EmptyOperand
java.lang.Object
com.atlassian.query.operand.EmptyOperand
- All Implemented Interfaces:
Operand
,Serializable
Used to represent a value that has not been set for a field.
- Since:
- v4.0
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription<R> R
accept
(OperandVisitor<R> visitor) Allows us to perform operations over the operand based on the passed in visitor.boolean
Produces the unexpanded representation of the Operand.getName()
The name that represents this Operand.int
hashCode()
-
Field Details
-
OPERAND_NAME
- See Also:
-
EMPTY
-
-
Constructor Details
-
EmptyOperand
public EmptyOperand()
-
-
Method Details
-
getName
Description copied from interface:Operand
The name that represents this Operand. -
getDisplayString
Description copied from interface:Operand
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)).- Specified by:
getDisplayString
in interfaceOperand
- Returns:
- a string that represents this operand as represented in the JQL query string.
-
accept
Description copied from interface: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. -
equals
-
hashCode
public int hashCode()
-