public class Inflection extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Inflection(String word) |
protected |
Inflection(String word,
int pluralCount) |
| Modifier and Type | Method and Description |
|---|---|
Inflection |
asATitle() |
Inflection |
inHumanReadableForm() |
Inflection |
inPluralForm() |
Inflection |
inSingularForm() |
Inflection |
startingWithACapital() |
String |
toString() |
Inflection |
withUnderscores() |
protected Inflection(String word)
protected Inflection(String word, int pluralCount)
public Inflection inPluralForm()
public Inflection inSingularForm()
public Inflection startingWithACapital()
public Inflection inHumanReadableForm()
public Inflection withUnderscores()
public Inflection asATitle()
Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.