com.atlassian.jira.jql.util
Class SimpleIndexValueConverter

java.lang.Object
  extended by com.atlassian.jira.jql.util.SimpleIndexValueConverter
All Implemented Interfaces:
IndexValueConverter

public final class SimpleIndexValueConverter
extends Object
implements IndexValueConverter

Simplest index value converter that just uses the toString() implementation.

Since:
v4.0

Constructor Summary
SimpleIndexValueConverter(boolean lowerCase)
           
 
Method Summary
 String convertToIndexValue(QueryLiteral rawValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleIndexValueConverter

public SimpleIndexValueConverter(boolean lowerCase)
Method Detail

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-2014 Atlassian. All Rights Reserved.