Class ValueList
- All Implemented Interfaces:
- Serializable,- Cloneable,- Iterable<Value>,- Collection<Value>,- List<Value>,- RandomAccess
Value list
- See Also:
- 
Field SummaryFields inherited from class java.util.AbstractListmodCount
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidadd(Field field, Object value, Long updated, com.deiser.jira.profields.impl.value.ValueErrorEnum error) Add a field and a value to the list of Value entitiesvoidaddValueData(Field field, Object value) Add a field and a ValueData to the list of Value entitiesGet the value for a fieldgetValueData(Field field) Get the value for a fieldMethods inherited from class java.util.ArrayListadd, add, addAll, addAll, clear, clone, contains, ensureCapacity, equals, forEach, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeMethods inherited from class java.util.AbstractCollectioncontainsAll, toStringMethods inherited from class java.lang.Objectfinalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.CollectionparallelStream, stream, toArrayMethods inherited from interface java.util.ListcontainsAll
- 
Constructor Details- 
ValueList
 
- 
- 
Method Details- 
addpublic void add(Field field, Object value, Long updated, com.deiser.jira.profields.impl.value.ValueErrorEnum error) Add a field and a value to the list of Value entities- Parameters:
- field- the field
- value- the value
 
- 
addValueDataAdd a field and a ValueData to the list of Value entities- Parameters:
- field- the field
- value- the value: ValueData List or ValueData
 
- 
getValueGet the value for a field- Parameters:
- field- the field
- Returns:
- the value: Object List or Object
 
- 
getValueDataGet the value for a field- Parameters:
- field- the field
- Returns:
- the value: ValueData List or ValueData
 
 
-