|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.LexGrid.LexBIG.DataModel.Collections.SupportedElementList
public class SupportedElementList
Class SupportedElementList.
Constructor Summary | |
---|---|
SupportedElementList()
|
Method Summary | |
---|---|
void |
addSupportedElement(int index,
SupportedElement vSupportedElement)
|
void |
addSupportedElement(SupportedElement vSupportedElement)
|
java.util.Enumeration<SupportedElement> |
enumerateSupportedElement()
Method enumerateSupportedElement. |
SupportedElement[] |
getSupportedElement()
Method getSupportedElement.Returns the contents of the collection in an Array. |
SupportedElement |
getSupportedElement(int index)
Method getSupportedElement. |
int |
getSupportedElementCount()
Method getSupportedElementCount. |
java.util.Iterator<SupportedElement> |
iterateSupportedElement()
Method iterateSupportedElement. |
void |
removeAllSupportedElement()
|
boolean |
removeSupportedElement(SupportedElement vSupportedElement)
Method removeSupportedElement. |
SupportedElement |
removeSupportedElementAt(int index)
Method removeSupportedElementAt. |
void |
setSupportedElement(int index,
SupportedElement vSupportedElement)
|
void |
setSupportedElement(SupportedElement[] vSupportedElementArray)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SupportedElementList()
Method Detail |
---|
public void addSupportedElement(SupportedElement vSupportedElement) throws java.lang.IndexOutOfBoundsException
vSupportedElement
-
java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void addSupportedElement(int index, SupportedElement vSupportedElement) throws java.lang.IndexOutOfBoundsException
index
- vSupportedElement
-
java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic java.util.Enumeration<SupportedElement> enumerateSupportedElement()
public SupportedElement getSupportedElement(int index) throws java.lang.IndexOutOfBoundsException
index
-
java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic SupportedElement[] getSupportedElement()
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 getSupportedElementCount()
public java.util.Iterator<SupportedElement> iterateSupportedElement()
public void removeAllSupportedElement()
public boolean removeSupportedElement(SupportedElement vSupportedElement)
vSupportedElement
-
public SupportedElement removeSupportedElementAt(int index)
index
-
public void setSupportedElement(int index, SupportedElement vSupportedElement) throws java.lang.IndexOutOfBoundsException
index
- vSupportedElement
-
java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void setSupportedElement(SupportedElement[] vSupportedElementArray)
vSupportedElementArray
-
|
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 |