Package com.atlassian.jira.jql.operand
Class SimpleLiteralFactory
java.lang.Object
com.atlassian.jira.jql.operand.SimpleLiteralFactory
Provides static methods that create QueryLiterals with
SingleValueOperand
as the source operand with the literals value.- Since:
- v4.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic QueryLiteralstatic QueryLiteralcreateLiteral(Long value) static QueryLiteralcreateLiteral(String value)
-
Constructor Details
-
SimpleLiteralFactory
public SimpleLiteralFactory()
-
-
Method Details
-
createLiteral
-
createLiteral
-
createLiteral
-