com.atlassian.jira.issue.transport
Interface FieldValuesHolder

All Superinterfaces:
Map<String,Object>
All Known Implementing Classes:
FieldValuesHolderImpl

public interface FieldValuesHolder
extends Map<String,Object>

Key is the field id, the value contain Strings of a undetermined dimension


Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Method Summary
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.