|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.LexGrid.LexBIG.DataModel.Collections.ModuleDescriptionList
public class ModuleDescriptionList
Class ModuleDescriptionList.
Constructor Summary | |
---|---|
ModuleDescriptionList()
|
Method Summary | |
---|---|
void |
addModuleDescription(int index,
ModuleDescription vModuleDescription)
|
void |
addModuleDescription(ModuleDescription vModuleDescription)
|
java.util.Enumeration<? extends ModuleDescription> |
enumerateModuleDescription()
Method enumerateModuleDescription. |
ModuleDescription[] |
getModuleDescription()
Method getModuleDescription.Returns the contents of the collection in an Array. |
ModuleDescription |
getModuleDescription(int index)
Method getModuleDescription. |
int |
getModuleDescriptionCount()
Method getModuleDescriptionCount. |
java.util.Iterator<? extends ModuleDescription> |
iterateModuleDescription()
Method iterateModuleDescription. |
void |
removeAllModuleDescription()
|
boolean |
removeModuleDescription(ModuleDescription vModuleDescription)
Method removeModuleDescription. |
ModuleDescription |
removeModuleDescriptionAt(int index)
Method removeModuleDescriptionAt. |
void |
setModuleDescription(int index,
ModuleDescription vModuleDescription)
|
void |
setModuleDescription(ModuleDescription[] vModuleDescriptionArray)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ModuleDescriptionList()
Method Detail |
---|
public void addModuleDescription(ModuleDescription vModuleDescription) throws java.lang.IndexOutOfBoundsException
vModuleDescription
-
java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void addModuleDescription(int index, ModuleDescription vModuleDescription) throws java.lang.IndexOutOfBoundsException
index
- vModuleDescription
-
java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic java.util.Enumeration<? extends ModuleDescription> enumerateModuleDescription()
public ModuleDescription getModuleDescription(int index) throws java.lang.IndexOutOfBoundsException
index
-
java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic ModuleDescription[] getModuleDescription()
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 getModuleDescriptionCount()
public java.util.Iterator<? extends ModuleDescription> iterateModuleDescription()
public void removeAllModuleDescription()
public boolean removeModuleDescription(ModuleDescription vModuleDescription)
vModuleDescription
-
public ModuleDescription removeModuleDescriptionAt(int index)
index
-
public void setModuleDescription(int index, ModuleDescription vModuleDescription) throws java.lang.IndexOutOfBoundsException
index
- vModuleDescription
-
java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void setModuleDescription(ModuleDescription[] vModuleDescriptionArray)
vModuleDescriptionArray
-
|
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 |