|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.LexGrid.LexBIG.DataModel.Collections.CodingSchemeSummaryList
public class CodingSchemeSummaryList
Class CodingSchemeSummaryList.
Constructor Summary | |
---|---|
CodingSchemeSummaryList()
|
Method Summary | |
---|---|
void |
addCodingSchemeSummary(CodingSchemeSummary vCodingSchemeSummary)
|
void |
addCodingSchemeSummary(int index,
CodingSchemeSummary vCodingSchemeSummary)
|
java.util.Enumeration<CodingSchemeSummary> |
enumerateCodingSchemeSummary()
Method enumerateCodingSchemeSummary. |
CodingSchemeSummary[] |
getCodingSchemeSummary()
Method getCodingSchemeSummary.Returns the contents of the collection in an Array. |
CodingSchemeSummary |
getCodingSchemeSummary(int index)
Method getCodingSchemeSummary. |
int |
getCodingSchemeSummaryCount()
Method getCodingSchemeSummaryCount. |
java.util.Iterator<CodingSchemeSummary> |
iterateCodingSchemeSummary()
Method iterateCodingSchemeSummary. |
void |
removeAllCodingSchemeSummary()
|
boolean |
removeCodingSchemeSummary(CodingSchemeSummary vCodingSchemeSummary)
Method removeCodingSchemeSummary. |
CodingSchemeSummary |
removeCodingSchemeSummaryAt(int index)
Method removeCodingSchemeSummaryAt. |
void |
setCodingSchemeSummary(CodingSchemeSummary[] vCodingSchemeSummaryArray)
|
void |
setCodingSchemeSummary(int index,
CodingSchemeSummary vCodingSchemeSummary)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CodingSchemeSummaryList()
Method Detail |
---|
public void addCodingSchemeSummary(CodingSchemeSummary vCodingSchemeSummary) throws java.lang.IndexOutOfBoundsException
vCodingSchemeSummary
-
java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void addCodingSchemeSummary(int index, CodingSchemeSummary vCodingSchemeSummary) throws java.lang.IndexOutOfBoundsException
index
- vCodingSchemeSummary
-
java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic java.util.Enumeration<CodingSchemeSummary> enumerateCodingSchemeSummary()
public CodingSchemeSummary getCodingSchemeSummary(int index) throws java.lang.IndexOutOfBoundsException
index
-
java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic CodingSchemeSummary[] getCodingSchemeSummary()
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 getCodingSchemeSummaryCount()
public java.util.Iterator<CodingSchemeSummary> iterateCodingSchemeSummary()
public void removeAllCodingSchemeSummary()
public boolean removeCodingSchemeSummary(CodingSchemeSummary vCodingSchemeSummary)
vCodingSchemeSummary
-
public CodingSchemeSummary removeCodingSchemeSummaryAt(int index)
index
-
public void setCodingSchemeSummary(int index, CodingSchemeSummary vCodingSchemeSummary) throws java.lang.IndexOutOfBoundsException
index
- vCodingSchemeSummary
-
java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void setCodingSchemeSummary(CodingSchemeSummary[] vCodingSchemeSummaryArray)
vCodingSchemeSummaryArray
-
|
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 |