com.atlassian.jira.issue.customfields.converters
Class DoubleConverterImpl
java.lang.Object
com.atlassian.jira.issue.customfields.converters.DoubleConverterImpl
- All Implemented Interfaces:
- DoubleConverter
public class DoubleConverterImpl
- extends Object
- implements DoubleConverter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DoubleConverterImpl
public DoubleConverterImpl(JiraAuthenticationContext jiraAuthenticationContext)
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-2012 Atlassian. All Rights Reserved.