|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.LexGrid.LexBIG.DataModel.Collections.AssociatedConceptList
public class AssociatedConceptList
Class AssociatedConceptList.
Constructor Summary | |
---|---|
AssociatedConceptList()
|
Method Summary | |
---|---|
void |
addAssociatedConcept(AssociatedConcept vAssociatedConcept)
|
void |
addAssociatedConcept(int index,
AssociatedConcept vAssociatedConcept)
|
java.util.Enumeration<AssociatedConcept> |
enumerateAssociatedConcept()
Method enumerateAssociatedConcept. |
AssociatedConcept[] |
getAssociatedConcept()
Method getAssociatedConcept.Returns the contents of the collection in an Array. |
AssociatedConcept |
getAssociatedConcept(int index)
Method getAssociatedConcept. |
int |
getAssociatedConceptCount()
Method getAssociatedConceptCount. |
java.util.Iterator<AssociatedConcept> |
iterateAssociatedConcept()
Method iterateAssociatedConcept. |
void |
removeAllAssociatedConcept()
|
boolean |
removeAssociatedConcept(AssociatedConcept vAssociatedConcept)
Method removeAssociatedConcept. |
AssociatedConcept |
removeAssociatedConceptAt(int index)
Method removeAssociatedConceptAt. |
void |
setAssociatedConcept(AssociatedConcept[] vAssociatedConceptArray)
|
void |
setAssociatedConcept(int index,
AssociatedConcept vAssociatedConcept)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AssociatedConceptList()
Method Detail |
---|
public void addAssociatedConcept(AssociatedConcept vAssociatedConcept) throws java.lang.IndexOutOfBoundsException
vAssociatedConcept
-
java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void addAssociatedConcept(int index, AssociatedConcept vAssociatedConcept) throws java.lang.IndexOutOfBoundsException
index
- vAssociatedConcept
-
java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic java.util.Enumeration<AssociatedConcept> enumerateAssociatedConcept()
public AssociatedConcept getAssociatedConcept(int index) throws java.lang.IndexOutOfBoundsException
index
-
java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic AssociatedConcept[] getAssociatedConcept()
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 getAssociatedConceptCount()
public java.util.Iterator<AssociatedConcept> iterateAssociatedConcept()
public void removeAllAssociatedConcept()
public boolean removeAssociatedConcept(AssociatedConcept vAssociatedConcept)
vAssociatedConcept
-
public AssociatedConcept removeAssociatedConceptAt(int index)
index
-
public void setAssociatedConcept(int index, AssociatedConcept vAssociatedConcept) throws java.lang.IndexOutOfBoundsException
index
- vAssociatedConcept
-
java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void setAssociatedConcept(AssociatedConcept[] vAssociatedConceptArray)
vAssociatedConceptArray
-
|
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 |