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

All Known Implementing Classes:
SelectConverterImpl

@PublicApi
public interface SelectConverter


Field Summary
static Long ALL_LONG
           
static String ALL_STRING
           
 
Method Summary
 String getObject(String stringValue)
           
 SearchContext getPossibleSearchContextFromValue(Object value, CustomField customField)
           
 String getString(Object value)
           
 

Field Detail

ALL_LONG

static final Long ALL_LONG

ALL_STRING

static final String ALL_STRING
See Also:
Constant Field Values
Method Detail

getString

String getString(Object value)

getObject

String getObject(String stringValue)

getPossibleSearchContextFromValue

SearchContext getPossibleSearchContextFromValue(Object value,
                                                CustomField customField)


Copyright © 2002-2011 Atlassian. All Rights Reserved.