public class OdsoFieldMapDataCollection
extends java.lang.Object
implements java.lang.Iterable
OdsoFieldMapData objects.
To learn more, visit the Mail Merge and Reporting documentation article.
| Modifier and Type | Method and Description |
|---|---|
int |
add(OdsoFieldMapData value)
Adds an object to the end of this collection.
|
void |
clear()
Removes all elements from this collection.
|
OdsoFieldMapData |
get(int index)
Gets an item in this collection.
|
int |
getCount()
Gets the number of elements contained in the collection.
|
java.util.Iterator |
iterator()
Returns an iterator object that can be used to iterate over all items in the collection.
|
void |
removeAt(int index)
Removes the element at the specified index.
|
void |
set(int index,
OdsoFieldMapData value)
Sets an item in this collection.
|
public int getCount()
public OdsoFieldMapData get(int index)
public void set(int index,
OdsoFieldMapData value)
value - An item in this collection.public java.util.Iterator iterator()
iterator in interface java.lang.Iterablepublic int add(OdsoFieldMapData value)
value - The object to add. Cannot be null.public void clear()
public void removeAt(int index)
index - The zero-based index of the element.