|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgov.nih.nci.dtsrpc.client.MatchOptions
MatchOptions
| Constructor Summary | |
MatchOptions()
default constructor |
|
| Method Summary | |
AttributeSetDescriptor |
getAttributeSetDescriptor()
Gets AttributeSetDescriptor |
boolean |
getBestMatchOnly()
Gets bestMatchOnly |
boolean |
getCloseResult()
Gets closeResult |
java.lang.String |
getCompleteMatchFlag()
Gets CompleteMatchFlag |
int |
getLimit()
Gets limit |
int |
getMatchType()
Gets matchType |
java.lang.String |
getPartialUnderMatchFlag()
Gets PartialUnderMatchFlag |
java.lang.String |
getSilo()
Gets silo |
boolean |
getSpellCorrection()
Gets spellCorrection |
java.lang.String |
getUnderMatchFlag()
Gets UnderMatchFlag |
void |
setAttributeSetDescriptor(AttributeSetDescriptor asd)
Assigns a value to asd (AttributeSetDescriptor instance) |
void |
setBestMatchOnly(boolean bestMatchOnly)
Assigns a value to bestMatchOnly |
void |
setCloseResult(boolean closeResult)
Assigns a value to closeResult |
void |
setLimit(int limit)
Assigns a value to limit |
void |
setMatchType(int matchType)
Assigns a value to matchType |
void |
setSilo(java.lang.String silo)
Assigns a value to silo |
void |
setSpellCorrection(boolean spellCorrection)
Sets value to spellCorrection |
java.lang.String |
toString()
Gets a String representation of a MatchOptions object |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public MatchOptions()
| Method Detail |
public void setAttributeSetDescriptor(AttributeSetDescriptor asd)
asd - AttributeSetDescriptor instancepublic void setBestMatchOnly(boolean bestMatchOnly)
bestMatchOnly - boolean variable, true if search is for best match;
false, otherwisepublic void setLimit(int limit)
limit - search limitpublic void setMatchType(int matchType)
matchType - match type indexpublic void setCloseResult(boolean closeResult)
closeResult - close resultpublic void setSilo(java.lang.String silo)
silo - silo namepublic void setSpellCorrection(boolean spellCorrection)
spellCorrection - boolean variable, true if search involves spell
correction; false, otherwisepublic AttributeSetDescriptor getAttributeSetDescriptor()
public boolean getBestMatchOnly()
public int getLimit()
public int getMatchType()
public boolean getCloseResult()
public java.lang.String getSilo()
public boolean getSpellCorrection()
public java.lang.String getCompleteMatchFlag()
public java.lang.String getPartialUnderMatchFlag()
public java.lang.String getUnderMatchFlag()
public java.lang.String toString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||