|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.LexGrid.LexBIG.DataModel.Core.MetadataProperty
public class MetadataProperty
Reference to a property name and value stored in the coding scheme metadata.
Constructor Summary | |
---|---|
MetadataProperty()
|
Method Summary | |
---|---|
void |
addContext(int index,
java.lang.Object vContext)
|
void |
addContext(java.lang.Object vContext)
|
java.util.Enumeration<java.lang.Object> |
enumerateContext()
Method enumerateContext. |
java.lang.String |
getCodingSchemeURI()
Returns the value of field 'codingSchemeURI'. |
java.lang.String |
getCodingSchemeVersion()
Returns the value of field 'codingSchemeVersion'. |
java.lang.Object[] |
getContext()
Method getContext.Returns the contents of the collection in an Array. |
java.lang.Object |
getContext(int index)
Method getContext. |
int |
getContextCount()
Method getContextCount. |
java.lang.String |
getName()
Returns the value of field 'name'. |
java.lang.String |
getValue()
Returns the value of field 'value'. |
java.util.Iterator<java.lang.Object> |
iterateContext()
Method iterateContext. |
void |
removeAllContext()
|
boolean |
removeContext(java.lang.Object vContext)
Method removeContext. |
java.lang.Object |
removeContextAt(int index)
Method removeContextAt. |
void |
setCodingSchemeURI(java.lang.String codingSchemeURI)
Sets the value of field 'codingSchemeURI'. |
void |
setCodingSchemeVersion(java.lang.String codingSchemeVersion)
Sets the value of field 'codingSchemeVersion'. |
void |
setContext(int index,
java.lang.Object vContext)
|
void |
setContext(java.lang.Object[] vContextArray)
|
void |
setName(java.lang.String name)
Sets the value of field 'name'. |
void |
setValue(java.lang.String value)
Sets the value of field 'value'. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MetadataProperty()
Method Detail |
---|
public void addContext(java.lang.Object vContext) throws java.lang.IndexOutOfBoundsException
vContext
-
java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void addContext(int index, java.lang.Object vContext) throws java.lang.IndexOutOfBoundsException
index
- vContext
-
java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic java.util.Enumeration<java.lang.Object> enumerateContext()
public java.lang.String getCodingSchemeURI()
public java.lang.String getCodingSchemeVersion()
public java.lang.Object getContext(int index) throws java.lang.IndexOutOfBoundsException
index
-
java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic java.lang.Object[] getContext()
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 getContextCount()
public java.lang.String getName()
public java.lang.String getValue()
public java.util.Iterator<java.lang.Object> iterateContext()
public void removeAllContext()
public boolean removeContext(java.lang.Object vContext)
vContext
-
public java.lang.Object removeContextAt(int index)
index
-
public void setCodingSchemeURI(java.lang.String codingSchemeURI)
codingSchemeURI
- the value of field 'codingSchemeURI'.public void setCodingSchemeVersion(java.lang.String codingSchemeVersion)
codingSchemeVersion
- the value of field
'codingSchemeVersion'.public void setContext(int index, java.lang.Object vContext) throws java.lang.IndexOutOfBoundsException
index
- vContext
-
java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void setContext(java.lang.Object[] vContextArray)
vContextArray
- public void setName(java.lang.String name)
name
- the value of field 'name'.public void setValue(java.lang.String value)
value
- the value of field 'value'.
|
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 |