public class DictionaryQuery extends Object
Constructor and Description |
---|
DictionaryQuery() |
DictionaryQuery(String headWord,
MatchingMethod matchingMethod,
boolean order) |
Modifier and Type | Method and Description |
---|---|
String |
getHeadWord() |
MatchingMethod |
getMatchingMethod() |
boolean |
getOrder() |
void |
setHeadWord(String headWord) |
void |
setMatchingMethod(MatchingMethod matchingMethod) |
void |
setOrder(boolean order) |
public DictionaryQuery()
public DictionaryQuery(String headWord, MatchingMethod matchingMethod, boolean order)
public String getHeadWord()
public void setHeadWord(String headWord)
public MatchingMethod getMatchingMethod()
public void setMatchingMethod(MatchingMethod matchingMethod)
public boolean getOrder()
public void setOrder(boolean order)