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

All Known Implementing Classes:
SelectConverterImpl

@Internal
public interface SelectConverter


Field Summary
static Long ALL_LONG
           
static String ALL_STRING
           
 
Method Summary
 Option getObject(String stringValue)
           
 SearchContext getPossibleSearchContextFromValue(Option value, CustomField customField)
           
 String getString(Option 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(Option value)

getObject

Option getObject(String stringValue)

getPossibleSearchContextFromValue

SearchContext getPossibleSearchContextFromValue(Option value,
                                                CustomField customField)


Copyright © 2002-2014 Atlassian. All Rights Reserved.