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

java.lang.Object
  extended bycom.atlassian.jira.issue.customfields.converters.SelectConverter

public class SelectConverter
extends Object


Field Summary
static Long ALL_LONG
           
static String ALL_STRING
           
 
Constructor Summary
SelectConverter(OptionsManager optionsManager)
           
 
Method Summary
 String getObject(String stringValue)
           
 SearchContext getPossibleSearchContextFromValue(Object value, CustomField customField)
           
 String getString(Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ALL_LONG

public static final Long ALL_LONG

ALL_STRING

public static final String ALL_STRING
See Also:
Constant Field Values
Constructor Detail

SelectConverter

public SelectConverter(OptionsManager optionsManager)
Method Detail

getString

public String getString(Object value)

getObject

public String getObject(String stringValue)

getPossibleSearchContextFromValue

public SearchContext getPossibleSearchContextFromValue(Object value,
                                                       CustomField customField)


Copyright © 2002-2006 Atlassian. All Rights Reserved.