|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.LexGrid.LexBIG.DataModel.InterfaceElements.ModuleDescription
org.LexGrid.LexBIG.DataModel.InterfaceElements.ExtensionDescription
org.LexGrid.LexBIG.DataModel.InterfaceElements.SortDescription
public class SortDescription
A description of of a LexBIG extension module.
Constructor Summary | |
---|---|
SortDescription()
|
Method Summary | |
---|---|
void |
addRestrictToContext(int index,
SortContext vRestrictToContext)
|
void |
addRestrictToContext(SortContext vRestrictToContext)
|
java.util.Enumeration<? extends SortContext> |
enumerateRestrictToContext()
Method enumerateRestrictToContext. |
SortContext[] |
getRestrictToContext()
Method getRestrictToContext.Returns the contents of the collection in an Array. |
SortContext |
getRestrictToContext(int index)
Method getRestrictToContext. |
int |
getRestrictToContextCount()
Method getRestrictToContextCount. |
java.util.Iterator<? extends SortContext> |
iterateRestrictToContext()
Method iterateRestrictToContext. |
void |
removeAllRestrictToContext()
|
boolean |
removeRestrictToContext(SortContext vRestrictToContext)
Method removeRestrictToContext. |
SortContext |
removeRestrictToContextAt(int index)
Method removeRestrictToContextAt. |
void |
setRestrictToContext(int index,
SortContext vRestrictToContext)
|
void |
setRestrictToContext(SortContext[] vRestrictToContextArray)
|
Methods inherited from class org.LexGrid.LexBIG.DataModel.InterfaceElements.ExtensionDescription |
---|
getExtensionBaseClass, getExtensionClass, getExtensionProvider, setExtensionBaseClass, setExtensionClass, setExtensionProvider |
Methods inherited from class org.LexGrid.LexBIG.DataModel.InterfaceElements.ModuleDescription |
---|
getDescription, getName, getVersion, setDescription, setName, setVersion |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SortDescription()
Method Detail |
---|
public void addRestrictToContext(SortContext vRestrictToContext) throws java.lang.IndexOutOfBoundsException
vRestrictToContext
-
java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void addRestrictToContext(int index, SortContext vRestrictToContext) throws java.lang.IndexOutOfBoundsException
index
- vRestrictToContext
-
java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic java.util.Enumeration<? extends SortContext> enumerateRestrictToContext()
public SortContext getRestrictToContext(int index) throws java.lang.IndexOutOfBoundsException
index
-
java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic SortContext[] getRestrictToContext()
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 getRestrictToContextCount()
public java.util.Iterator<? extends SortContext> iterateRestrictToContext()
public void removeAllRestrictToContext()
public boolean removeRestrictToContext(SortContext vRestrictToContext)
vRestrictToContext
-
public SortContext removeRestrictToContextAt(int index)
index
-
public void setRestrictToContext(int index, SortContext vRestrictToContext) throws java.lang.IndexOutOfBoundsException
index
- vRestrictToContext
-
java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void setRestrictToContext(SortContext[] vRestrictToContextArray)
vRestrictToContextArray
-
|
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 |