|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.lexgrid.valuesets.dto.ResolvedPickListEntryList
public class ResolvedPickListEntryList
Class to hold list of resolved pick list entries.
Constructor Summary | |
---|---|
ResolvedPickListEntryList()
|
Method Summary | |
---|---|
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)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResolvedPickListEntryList()
Method Detail |
---|
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
-
|
Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |