com.atlassian.jira.issue.customfields.converters
Interface DoubleConverter

All Known Implementing Classes:
DoubleConverterImpl

@Internal
public interface DoubleConverter


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)
           
 

Method Detail

getString

String getString(Double value)

getStringForLucene

String getStringForLucene(Double value)

getStringForLucene

String getStringForLucene(String value)

getDisplayDoubleFromLucene

String getDisplayDoubleFromLucene(String luceneValue)

getDouble

Double getDouble(String stringValue)
                 throws FieldValidationException
Throws:
FieldValidationException

getStringForChangelog

String getStringForChangelog(Double value)


Copyright © 2002-2014 Atlassian. All Rights Reserved.