Uses of Class
org.atteo.evo.inflector.English.MODE
-
-
Uses of English.MODE in org.atteo.evo.inflector
Methods in org.atteo.evo.inflector that return English.MODE Modifier and Type Method Description static English.MODE
English.MODE. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static English.MODE[]
English.MODE. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.atteo.evo.inflector with parameters of type English.MODE Modifier and Type Method Description static void
English. setMode(English.MODE mode)
Constructors in org.atteo.evo.inflector with parameters of type English.MODE Constructor Description English(English.MODE mode)
-