|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mayo.edu.lgModel.LexGridBase
org.LexGrid.REST.concepts.EntityDirectory
public class EntityDirectory
A directory of a set of terminology entities containing basic information about them.
Constructor Summary | |
---|---|
EntityDirectory()
|
Method Summary | |
---|---|
void |
addEntry(EntityDirectoryEntry vEntry)
|
void |
addEntry(int index,
EntityDirectoryEntry vEntry)
|
java.util.Enumeration<? extends EntityDirectoryEntry> |
enumerateEntry()
Method enumerateEntry. |
Continuation |
getContinuation()
Returns the value of field 'continuation'. |
EntityDirectoryEntry[] |
getEntry()
Method getEntry.Returns the contents of the collection in an Array. |
EntityDirectoryEntry |
getEntry(int index)
Method getEntry. |
java.util.List<EntityDirectoryEntry> |
getEntryAsReference()
Method getEntryAsReference.Returns a reference to '_entryList'. |
int |
getEntryCount()
Method getEntryCount. |
boolean |
isValid()
Method isValid. |
java.util.Iterator<? extends EntityDirectoryEntry> |
iterateEntry()
Method iterateEntry. |
void |
marshal(org.xml.sax.ContentHandler handler)
|
void |
marshal(java.io.Writer out)
|
void |
removeAllEntry()
|
boolean |
removeEntry(EntityDirectoryEntry vEntry)
Method removeEntry. |
EntityDirectoryEntry |
removeEntryAt(int index)
Method removeEntryAt. |
void |
setContinuation(Continuation continuation)
Sets the value of field 'continuation'. |
void |
setEntry(EntityDirectoryEntry[] vEntryArray)
|
void |
setEntry(int index,
EntityDirectoryEntry vEntry)
|
void |
setEntry(java.util.List<EntityDirectoryEntry> vEntryList)
Sets the value of '_entryList' by copying the given Vector. |
void |
setEntryAsReference(java.util.List<EntityDirectoryEntry> entryList)
Deprecated. |
static EntityDirectory |
unmarshalEntityDirectory(java.io.Reader reader)
Method unmarshalEntityDirectory. |
void |
validate()
|
Methods inherited from class org.mayo.edu.lgModel.LexGridBase |
---|
getParent, setParent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EntityDirectory()
Method Detail |
---|
public void addEntry(EntityDirectoryEntry vEntry) throws java.lang.IndexOutOfBoundsException
vEntry
-
java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void addEntry(int index, EntityDirectoryEntry vEntry) throws java.lang.IndexOutOfBoundsException
index
- vEntry
-
java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic java.util.Enumeration<? extends EntityDirectoryEntry> enumerateEntry()
public Continuation getContinuation()
public EntityDirectoryEntry getEntry(int index) throws java.lang.IndexOutOfBoundsException
index
-
java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic EntityDirectoryEntry[] getEntry()
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 java.util.List<EntityDirectoryEntry> getEntryAsReference()
public int getEntryCount()
public boolean isValid()
public java.util.Iterator<? extends EntityDirectoryEntry> iterateEntry()
public void marshal(java.io.Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out
-
org.exolab.castor.xml.MarshalException
- if object is
null or if any SAXException is thrown during marshaling
org.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schemapublic void marshal(org.xml.sax.ContentHandler handler) throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
-
java.io.IOException
- if an IOException occurs during
marshaling
org.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schema
org.exolab.castor.xml.MarshalException
- if object is
null or if any SAXException is thrown during marshalingpublic void removeAllEntry()
public boolean removeEntry(EntityDirectoryEntry vEntry)
vEntry
-
public EntityDirectoryEntry removeEntryAt(int index)
index
-
public void setContinuation(Continuation continuation)
continuation
- the value of field 'continuation'.public void setEntry(int index, EntityDirectoryEntry vEntry) throws java.lang.IndexOutOfBoundsException
index
- vEntry
-
java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void setEntry(EntityDirectoryEntry[] vEntryArray)
vEntryArray
- public void setEntry(java.util.List<EntityDirectoryEntry> vEntryList)
vEntryList
- the Vector to copy.public void setEntryAsReference(java.util.List<EntityDirectoryEntry> entryList)
entryList
- the Vector to set.public static EntityDirectory unmarshalEntityDirectory(java.io.Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader
-
org.exolab.castor.xml.MarshalException
- if object is
null or if any SAXException is thrown during marshaling
org.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schemapublic void validate() throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schema
|
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 |