com.atlassian.jira.issue.transport
Interface FieldTransportParams

All Superinterfaces:
CollectionParams, FieldParams
All Known Subinterfaces:
CustomFieldParams
All Known Implementing Classes:
CustomFieldParamsImpl, NullCustomFieldParams

public interface FieldTransportParams
extends CollectionParams

This contains String > Collection of Transport Objects


Field Summary
 
Fields inherited from interface com.atlassian.jira.issue.transport.FieldParams
log
 
Method Summary
 Object getFirstValueForKey(String key)
           
 Object 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

public Object getFirstValueForNullKey()

getFirstValueForKey

public Object getFirstValueForKey(String key)


Copyright © 2002-2006 Atlassian. All Rights Reserved.