public class ValueList extends ArrayList<Value>
modCount| Modifier and Type | Method and Description |
|---|---|
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
|
void |
addValueData(Field field,
Object value)
Add a field and a ValueData to the list of Value entities
|
Object |
getValue(Field field)
Get the value for a field
|
Object |
getValueData(Field field)
Get the value for a field
|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodeparallelStream, streampublic void add(Field field, Object value, Long updated, com.deiser.jira.profields.impl.value.ValueErrorEnum error)
field - the fieldvalue - the valuepublic void addValueData(Field field, Object value)
field - the fieldvalue - the value: ValueData List or ValueDatapublic Object getValue(Field field)
field - the fieldCopyright © 2022 DEISER. All Rights Reserved.