| Package | Description |
|---|---|
| com.github.aleksandy.petrovich | |
| com.github.aleksandy.petrovich.inflection |
| Modifier and Type | Method and Description |
|---|---|
static Case |
Case.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Case[] |
Case.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Petrovich.Names |
Petrovich.inflectTo(Petrovich.Names names,
Case $case) |
| Modifier and Type | Method and Description |
|---|---|
String |
CaseInflection.inflectFirstNameTo(String firstName,
Case $case) |
String |
CaseInflection.inflectLastNameTo(String lastName,
Case $case) |
String |
CaseInflection.inflectMiddleNameTo(String middleName,
Case $case) |
Copyright © 2015. All rights reserved.