public class Inflection
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
Inflection |
asATitle() |
Inflection |
inHumanReadableForm() |
Inflection |
inPluralForm() |
Inflection |
inSingularForm() |
Inflection |
startingWithACapital() |
java.lang.String |
toString() |
Inflection |
withUnderscores() |
public java.lang.String toString()
toString
in class java.lang.Object
public Inflection inPluralForm()
public Inflection inSingularForm()
public Inflection startingWithACapital()
public Inflection inHumanReadableForm()
public Inflection withUnderscores()
public Inflection asATitle()