|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.LexGrid.LexBIG.DataModel.Collections.SystemReleaseList
public class SystemReleaseList
Class SystemReleaseList.
Constructor Summary | |
---|---|
SystemReleaseList()
|
Method Summary | |
---|---|
void |
addSystemRelease(int index,
SystemRelease vSystemRelease)
|
void |
addSystemRelease(SystemRelease vSystemRelease)
|
java.util.Enumeration<SystemRelease> |
enumerateSystemRelease()
Method enumerateSystemRelease. |
SystemRelease[] |
getSystemRelease()
Method getSystemRelease.Returns the contents of the collection in an Array. |
SystemRelease |
getSystemRelease(int index)
Method getSystemRelease. |
int |
getSystemReleaseCount()
Method getSystemReleaseCount. |
java.util.Iterator<SystemRelease> |
iterateSystemRelease()
Method iterateSystemRelease. |
void |
removeAllSystemRelease()
|
boolean |
removeSystemRelease(SystemRelease vSystemRelease)
Method removeSystemRelease. |
SystemRelease |
removeSystemReleaseAt(int index)
Method removeSystemReleaseAt. |
void |
setSystemRelease(int index,
SystemRelease vSystemRelease)
|
void |
setSystemRelease(SystemRelease[] vSystemReleaseArray)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SystemReleaseList()
Method Detail |
---|
public void addSystemRelease(SystemRelease vSystemRelease) throws java.lang.IndexOutOfBoundsException
vSystemRelease
-
java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void addSystemRelease(int index, SystemRelease vSystemRelease) throws java.lang.IndexOutOfBoundsException
index
- vSystemRelease
-
java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic java.util.Enumeration<SystemRelease> enumerateSystemRelease()
public SystemRelease getSystemRelease(int index) throws java.lang.IndexOutOfBoundsException
index
-
java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic SystemRelease[] getSystemRelease()
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 getSystemReleaseCount()
public java.util.Iterator<SystemRelease> iterateSystemRelease()
public void removeAllSystemRelease()
public boolean removeSystemRelease(SystemRelease vSystemRelease)
vSystemRelease
-
public SystemRelease removeSystemReleaseAt(int index)
index
-
public void setSystemRelease(int index, SystemRelease vSystemRelease) throws java.lang.IndexOutOfBoundsException
index
- vSystemRelease
-
java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void setSystemRelease(SystemRelease[] vSystemReleaseArray)
vSystemReleaseArray
-
|
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 |