com.atlassian.jira.issue.customfields.converters
Class DoubleConverterImpl

java.lang.Object
  extended by com.atlassian.jira.issue.customfields.converters.DoubleConverterImpl
All Implemented Interfaces:
DoubleConverter

public class DoubleConverterImpl
extends Object
implements DoubleConverter


Constructor Summary
DoubleConverterImpl(JiraAuthenticationContext jiraAuthenticationContext)
           
 
Method Summary
 String getDisplayDoubleFromLucene(String luceneValue)
           
 Double getDouble(String stringValue)
           
 String getString(Double value)
           
 String getStringForChangelog(Double value)
           
 String getStringForLucene(Double value)
           
 String getStringForLucene(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DoubleConverterImpl

public DoubleConverterImpl(JiraAuthenticationContext jiraAuthenticationContext)
Method Detail

getString

public String getString(Double value)
Specified by:
getString in interface DoubleConverter

getStringForLucene

public String getStringForLucene(Double value)
Specified by:
getStringForLucene in interface DoubleConverter

getStringForLucene

public String getStringForLucene(String value)
Specified by:
getStringForLucene in interface DoubleConverter

getDisplayDoubleFromLucene

public String getDisplayDoubleFromLucene(String luceneValue)
Specified by:
getDisplayDoubleFromLucene in interface DoubleConverter

getStringForChangelog

public String getStringForChangelog(Double value)
Specified by:
getStringForChangelog in interface DoubleConverter

getDouble

public Double getDouble(String stringValue)
                 throws FieldValidationException
Specified by:
getDouble in interface DoubleConverter
Throws:
FieldValidationException


Copyright © 2002-2014 Atlassian. All Rights Reserved.