com.atlassian.jira.issue.transport
Interface StringParams

All Superinterfaces:
CollectionParams, FieldParams
All Known Implementing Classes:
StringParamsImpl

public interface StringParams
extends CollectionParams

Field params where all values are collections of Strings


Field Summary
 
Fields inherited from interface com.atlassian.jira.issue.transport.FieldParams
log
 
Method Summary
 String getFirstValueForKey(String key)
           
 String getFirstValueForNullKey()
           
 
Methods inherited from interface com.atlassian.jira.issue.transport.CollectionParams
getAllValues, getValuesForKey, getValuesForNullKey, put
 
Methods inherited from interface com.atlassian.jira.issue.transport.FieldParams
containsKey, getAllKeys, getKeysAndValues, isEmpty
 

Method Detail

getFirstValueForNullKey

String getFirstValueForNullKey()

getFirstValueForKey

String getFirstValueForKey(String key)


Copyright © 2002-2007 Atlassian. All Rights Reserved.