public class DictionaryQuery extends Object
| コンストラクタと説明 |
|---|
DictionaryQuery() |
DictionaryQuery(String headWord,
MatchingMethod matchingMethod,
boolean order) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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)
Copyright © 2021. All rights reserved.