| java.lang.Object org.andromda.utils.inflector.EnglishInflector
pluralize | public static String pluralize(String word)(Code) | | Converts an English word to plural form
Parameters: word - an English word the pluralization of the argument English word, or the argument in case it is null |
singularize | public static String singularize(String word)(Code) | | Converts an English word to singular form
Parameters: word - an English word the singularization of the argument English word, or the argument in case it is null |
|
|