public final class PluginDataFieldCollection extends java.util.ArrayList<PluginDataField<?>>
PluginDataFieldcom.smarterapps.automateitplugin.sdk.fields,
Serialized Form| Constructor and Description |
|---|
PluginDataFieldCollection() |
| Modifier and Type | Method and Description |
|---|---|
PluginDataField<?> |
getFieldById(int fieldId)
Gets a field by id.
|
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, trimToSizepublic PluginDataField<?> getFieldById(int fieldId)
fieldId - The field id as set when added to the collection