public class HyphenatorResult extends BaseResults
Modifier and Type | Field and Description |
---|---|
boolean |
american
Use American hyphenation rules rather than British.
|
java.lang.String |
hyphenatedSpelling
Hyphenated spelling.
|
java.lang.String |
spelling
Spelling.
|
Constructor and Description |
---|
HyphenatorResult()
Create empty hyphenator results.
|
HyphenatorResult(java.lang.String spelling,
boolean american,
java.lang.String hyphenatedSpelling)
Create populated hyphenator results.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
Return string version of class entry values.
|
append, appendLn, stringFromHTML, tabularDataBaseResults, toHTML
public java.lang.String spelling
public boolean american
public java.lang.String hyphenatedSpelling
public HyphenatorResult()
public HyphenatorResult(java.lang.String spelling, boolean american, java.lang.String hyphenatedSpelling)
spelling
- Spelling.american
- True to use American hyphenation rules.hyphenatedSpelling
- Hyphenated spelling.