com.atlassian.jira.jql.util
Class NumberIndexValueConverter
java.lang.Object
com.atlassian.jira.jql.util.NumberIndexValueConverter
- All Implemented Interfaces:
- IndexValueConverter
public class NumberIndexValueConverter
- extends Object
- implements IndexValueConverter
Converts a query literal into a number index representation.
- Since:
- v4.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NumberIndexValueConverter
public NumberIndexValueConverter(DoubleConverter doubleConverter)
convertToIndexValue
public String convertToIndexValue(QueryLiteral rawValue)
- Specified by:
convertToIndexValue
in interface IndexValueConverter
- Parameters:
rawValue
- the query literal to convert
- Returns:
- the string of the index representation, null if the conversion fails
Copyright © 2002-2012 Atlassian. All Rights Reserved.