|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.LexGrid.LexBIG.DataModel.cagrid.SetResolutionPolicy
public class SetResolutionPolicy
Coded node set resolution policy.
Constructor Summary | |
---|---|
SetResolutionPolicy()
|
Method Summary | |
---|---|
void |
addPropertyTypes(int index,
PropertyType vPropertyTypes)
|
void |
addPropertyTypes(PropertyType vPropertyTypes)
|
java.util.Enumeration<PropertyType> |
enumeratePropertyTypes()
Method enumeratePropertyTypes. |
LocalNameList |
getFilterOptions()
Returns the value of field 'filterOptions'. |
java.lang.Integer |
getMaximumToReturn()
Returns the value of field 'maximumToReturn'. |
LocalNameList |
getPropertyNames()
Returns the value of field 'propertyNames'. |
PropertyType[] |
getPropertyTypes()
Method getPropertyTypes.Returns the contents of the collection in an Array. |
PropertyType |
getPropertyTypes(int index)
Method getPropertyTypes. |
int |
getPropertyTypesCount()
Method getPropertyTypesCount. |
java.lang.Boolean |
getResolveConcepts()
Returns the value of field 'resolveConcepts'. |
SortOptionList |
getSortOptions()
Returns the value of field 'sortOptions'. |
java.lang.Boolean |
isResolveConcepts()
Returns the value of field 'resolveConcepts'. |
java.util.Iterator<PropertyType> |
iteratePropertyTypes()
Method iteratePropertyTypes. |
void |
removeAllPropertyTypes()
|
boolean |
removePropertyTypes(PropertyType vPropertyTypes)
Method removePropertyTypes. |
PropertyType |
removePropertyTypesAt(int index)
Method removePropertyTypesAt. |
void |
setFilterOptions(LocalNameList filterOptions)
Sets the value of field 'filterOptions'. |
void |
setMaximumToReturn(java.lang.Integer maximumToReturn)
Sets the value of field 'maximumToReturn'. |
void |
setPropertyNames(LocalNameList propertyNames)
Sets the value of field 'propertyNames'. |
void |
setPropertyTypes(int index,
PropertyType vPropertyTypes)
|
void |
setPropertyTypes(PropertyType[] vPropertyTypesArray)
|
void |
setResolveConcepts(java.lang.Boolean resolveConcepts)
Sets the value of field 'resolveConcepts'. |
void |
setSortOptions(SortOptionList sortOptions)
Sets the value of field 'sortOptions'. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SetResolutionPolicy()
Method Detail |
---|
public void addPropertyTypes(PropertyType vPropertyTypes) throws java.lang.IndexOutOfBoundsException
vPropertyTypes
-
java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void addPropertyTypes(int index, PropertyType vPropertyTypes) throws java.lang.IndexOutOfBoundsException
index
- vPropertyTypes
-
java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic java.util.Enumeration<PropertyType> enumeratePropertyTypes()
public LocalNameList getFilterOptions()
public java.lang.Integer getMaximumToReturn()
public LocalNameList getPropertyNames()
public PropertyType getPropertyTypes(int index) throws java.lang.IndexOutOfBoundsException
index
-
java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic PropertyType[] getPropertyTypes()
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 getPropertyTypesCount()
public java.lang.Boolean getResolveConcepts()
public SortOptionList getSortOptions()
public java.lang.Boolean isResolveConcepts()
public java.util.Iterator<PropertyType> iteratePropertyTypes()
public void removeAllPropertyTypes()
public boolean removePropertyTypes(PropertyType vPropertyTypes)
vPropertyTypes
-
public PropertyType removePropertyTypesAt(int index)
index
-
public void setFilterOptions(LocalNameList filterOptions)
filterOptions
- the value of field 'filterOptions'.public void setMaximumToReturn(java.lang.Integer maximumToReturn)
maximumToReturn
- the value of field 'maximumToReturn'.public void setPropertyNames(LocalNameList propertyNames)
propertyNames
- the value of field 'propertyNames'.public void setPropertyTypes(int index, PropertyType vPropertyTypes) throws java.lang.IndexOutOfBoundsException
index
- vPropertyTypes
-
java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void setPropertyTypes(PropertyType[] vPropertyTypesArray)
vPropertyTypesArray
- public void setResolveConcepts(java.lang.Boolean resolveConcepts)
resolveConcepts
- the value of field 'resolveConcepts'.public void setSortOptions(SortOptionList sortOptions)
sortOptions
- the value of field 'sortOptions'.
|
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 |