com.atlassian.jira.issue.customfields.converters
Interface DoubleConverter
- All Known Implementing Classes:
- DoubleConverterImpl
public interface DoubleConverter
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-2011 Atlassian. All Rights Reserved.