public class ResolvedPickListEntryList
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
ResolvedPickListEntryList() |
Modifier and Type | Method and Description |
---|---|
void |
addResolvedPickListEntry(int index,
ResolvedPickListEntry vResolvedPickListEntry) |
void |
addResolvedPickListEntry(ResolvedPickListEntry vResolvedPickListEntry) |
java.util.Enumeration<ResolvedPickListEntry> |
enumerateResolvedPickListEntry()
Method enumerateResolvedPickListEntry.
|
ResolvedPickListEntry[] |
getResolvedPickListEntry()
Method getResolvedPickListEntry.Returns the contents of the collection in an
Array.
|
ResolvedPickListEntry |
getResolvedPickListEntry(int index)
Method getResolvedPickListEntry.
|
int |
getResolvedPickListEntryCount()
Method getResolvedPickListEntryCount.
|
java.util.Iterator<ResolvedPickListEntry> |
iterateResolvedPickListEntry()
Method iterateResolvedPickListEntry.
|
void |
removeAllResolvedPickListEntry() |
boolean |
removeResolvedPickListEntry(ResolvedPickListEntry vResolvedPickListEntry)
Method removeResolvedPickListEntry.
|
ResolvedPickListEntry |
removeResolvedPickListEntryAt(int index)
Method removeResolvedPickListEntryAt.
|
void |
setResolvedPickListEntry(int index,
ResolvedPickListEntry vResolvedPickListEntry) |
void |
setResolvedPickListEntry(ResolvedPickListEntry[] vResolvedPickListEntryArray) |
public void addResolvedPickListEntry(ResolvedPickListEntry vResolvedPickListEntry) throws java.lang.IndexOutOfBoundsException
vResolvedPickListEntry
- java.lang.IndexOutOfBoundsException
- if the index given is outside the bounds of the collectionpublic void addResolvedPickListEntry(int index, ResolvedPickListEntry vResolvedPickListEntry) throws java.lang.IndexOutOfBoundsException
index
- vResolvedPickListEntry
- java.lang.IndexOutOfBoundsException
- if the index given is outside the bounds of the collectionpublic java.util.Enumeration<ResolvedPickListEntry> enumerateResolvedPickListEntry()
public ResolvedPickListEntry getResolvedPickListEntry(int index) throws java.lang.IndexOutOfBoundsException
index
- java.lang.IndexOutOfBoundsException
- if the index given is outside the bounds of the collectionpublic ResolvedPickListEntry[] getResolvedPickListEntry()
Note: Just in case the collection contents are changing in another thread, we pass a 0-length Array of the correct type into the API call. This way we know that the Array returned is of exactly the correct length.
public int getResolvedPickListEntryCount()
public java.util.Iterator<ResolvedPickListEntry> iterateResolvedPickListEntry()
public void removeAllResolvedPickListEntry()
public boolean removeResolvedPickListEntry(ResolvedPickListEntry vResolvedPickListEntry)
vResolvedPickListEntry
- public ResolvedPickListEntry removeResolvedPickListEntryAt(int index)
index
- public void setResolvedPickListEntry(int index, ResolvedPickListEntry vResolvedPickListEntry) throws java.lang.IndexOutOfBoundsException
index
- vResolvedPickListEntry
- java.lang.IndexOutOfBoundsException
- if the index given is outside the bounds of the collectionpublic void setResolvedPickListEntry(ResolvedPickListEntry[] vResolvedPickListEntryArray)
vResolvedPickListEntryArray
-