com.atlassian.jira.issue.transport
Interface FieldParams

All Known Subinterfaces:
ActionParams, CollectionParams, CustomFieldParams, FieldTransportParams, StringParams
All Known Implementing Classes:
ActionParamsImpl, CustomFieldParamsImpl, NullCustomFieldParams, StringParamsImpl

public interface FieldParams

A parent interface for transport objects in JIRA. All FieldParams share the logic of a String key with a multi-dimesional value. e.g. array, lists, FieldParams. Keys may be null. The interface does not mandate what objects the multi-dimensional value contain. This is up to the implementers and sub-interfaces to mandate


Field Summary
static org.apache.log4j.Logger log
           
 
Method Summary
 boolean containsKey(String key)
           
 Set getAllKeys()
           
 Map getKeysAndValues()
           
 boolean isEmpty()
           
 

Field Detail

log

public static final org.apache.log4j.Logger log
Method Detail

getAllKeys

public Set getAllKeys()

getKeysAndValues

public Map getKeysAndValues()

containsKey

public boolean containsKey(String key)

isEmpty

public boolean isEmpty()


Copyright © 2002-2006 Atlassian. All Rights Reserved.