public class CodingSchemeSummaryList
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
CodingSchemeSummaryList() |
Modifier and Type | Method and Description |
---|---|
void |
addCodingSchemeSummary(CodingSchemeSummary vCodingSchemeSummary) |
void |
addCodingSchemeSummary(int index,
CodingSchemeSummary vCodingSchemeSummary) |
java.util.Enumeration<? extends 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<? extends 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) |
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<? extends 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<? extends 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
-