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

All Known Implementing Classes:
DoubleConverterImpl

public interface DoubleConverter


Method Summary
 String getDisplayDoubleFromLucene(String luceneValue)
           
 Double getDouble(String stringValue)
           
 String getString(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


Copyright © 2002-2010 Atlassian. All Rights Reserved.