|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.LexGrid.LexBIG.DataModel.Collections.CodedNodeReferenceList
public class CodedNodeReferenceList
Class CodedNodeReferenceList.
Constructor Summary | |
---|---|
CodedNodeReferenceList()
|
Method Summary | |
---|---|
void |
addCodedNodeReference(CodedNodeReference vCodedNodeReference)
|
void |
addCodedNodeReference(int index,
CodedNodeReference vCodedNodeReference)
|
java.util.Enumeration<? extends CodedNodeReference> |
enumerateCodedNodeReference()
Method enumerateCodedNodeReference. |
CodedNodeReference[] |
getCodedNodeReference()
Method getCodedNodeReference.Returns the contents of the collection in an Array. |
CodedNodeReference |
getCodedNodeReference(int index)
Method getCodedNodeReference. |
int |
getCodedNodeReferenceCount()
Method getCodedNodeReferenceCount. |
java.util.Iterator<? extends CodedNodeReference> |
iterateCodedNodeReference()
Method iterateCodedNodeReference. |
void |
removeAllCodedNodeReference()
|
boolean |
removeCodedNodeReference(CodedNodeReference vCodedNodeReference)
Method removeCodedNodeReference. |
CodedNodeReference |
removeCodedNodeReferenceAt(int index)
Method removeCodedNodeReferenceAt. |
void |
setCodedNodeReference(CodedNodeReference[] vCodedNodeReferenceArray)
|
void |
setCodedNodeReference(int index,
CodedNodeReference vCodedNodeReference)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CodedNodeReferenceList()
Method Detail |
---|
public void addCodedNodeReference(CodedNodeReference vCodedNodeReference) throws java.lang.IndexOutOfBoundsException
vCodedNodeReference
-
java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void addCodedNodeReference(int index, CodedNodeReference vCodedNodeReference) throws java.lang.IndexOutOfBoundsException
index
- vCodedNodeReference
-
java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic java.util.Enumeration<? extends CodedNodeReference> enumerateCodedNodeReference()
public CodedNodeReference getCodedNodeReference(int index) throws java.lang.IndexOutOfBoundsException
index
-
java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic CodedNodeReference[] getCodedNodeReference()
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 getCodedNodeReferenceCount()
public java.util.Iterator<? extends CodedNodeReference> iterateCodedNodeReference()
public void removeAllCodedNodeReference()
public boolean removeCodedNodeReference(CodedNodeReference vCodedNodeReference)
vCodedNodeReference
-
public CodedNodeReference removeCodedNodeReferenceAt(int index)
index
-
public void setCodedNodeReference(int index, CodedNodeReference vCodedNodeReference) throws java.lang.IndexOutOfBoundsException
index
- vCodedNodeReference
-
java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void setCodedNodeReference(CodedNodeReference[] vCodedNodeReferenceArray)
vCodedNodeReferenceArray
-
|
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 |