public class ModuleDescriptionList
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
ModuleDescriptionList() |
Modifier and Type | Method and Description |
---|---|
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) |
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
-