|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.LexGrid.LexBIG.DataModel.Collections.MetadataPropertyList
public class MetadataPropertyList
Class MetadataPropertyList.
Constructor Summary | |
---|---|
MetadataPropertyList()
|
Method Summary | |
---|---|
void |
addMetadataProperty(int index,
MetadataProperty vMetadataProperty)
|
void |
addMetadataProperty(MetadataProperty vMetadataProperty)
|
java.util.Enumeration<MetadataProperty> |
enumerateMetadataProperty()
Method enumerateMetadataProperty. |
MetadataProperty[] |
getMetadataProperty()
Method getMetadataProperty.Returns the contents of the collection in an Array. |
MetadataProperty |
getMetadataProperty(int index)
Method getMetadataProperty. |
int |
getMetadataPropertyCount()
Method getMetadataPropertyCount. |
java.util.Iterator<MetadataProperty> |
iterateMetadataProperty()
Method iterateMetadataProperty. |
void |
removeAllMetadataProperty()
|
boolean |
removeMetadataProperty(MetadataProperty vMetadataProperty)
Method removeMetadataProperty. |
MetadataProperty |
removeMetadataPropertyAt(int index)
Method removeMetadataPropertyAt. |
void |
setMetadataProperty(int index,
MetadataProperty vMetadataProperty)
|
void |
setMetadataProperty(MetadataProperty[] vMetadataPropertyArray)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MetadataPropertyList()
Method Detail |
---|
public void addMetadataProperty(MetadataProperty vMetadataProperty) throws java.lang.IndexOutOfBoundsException
vMetadataProperty
-
java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void addMetadataProperty(int index, MetadataProperty vMetadataProperty) throws java.lang.IndexOutOfBoundsException
index
- vMetadataProperty
-
java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic java.util.Enumeration<MetadataProperty> enumerateMetadataProperty()
public MetadataProperty getMetadataProperty(int index) throws java.lang.IndexOutOfBoundsException
index
-
java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic MetadataProperty[] getMetadataProperty()
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 getMetadataPropertyCount()
public java.util.Iterator<MetadataProperty> iterateMetadataProperty()
public void removeAllMetadataProperty()
public boolean removeMetadataProperty(MetadataProperty vMetadataProperty)
vMetadataProperty
-
public MetadataProperty removeMetadataPropertyAt(int index)
index
-
public void setMetadataProperty(int index, MetadataProperty vMetadataProperty) throws java.lang.IndexOutOfBoundsException
index
- vMetadataProperty
-
java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void setMetadataProperty(MetadataProperty[] vMetadataPropertyArray)
vMetadataPropertyArray
-
|
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 |