Package org.atteo.evo.inflector
Class TwoFormInflector.CategoryRule
- java.lang.Object
-
- org.atteo.evo.inflector.TwoFormInflector.CategoryRule
-
- All Implemented Interfaces:
TwoFormInflector.Rule
- Enclosing class:
- TwoFormInflector
private static class TwoFormInflector.CategoryRule extends java.lang.Object implements TwoFormInflector.Rule
-
-
Constructor Summary
Constructors Constructor Description CategoryRule(java.lang.String[] list, java.lang.String singular, java.lang.String plural)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getPlural(java.lang.String word)
-
-
-
Method Detail
-
getPlural
public java.lang.String getPlural(java.lang.String word)
- Specified by:
getPlural
in interfaceTwoFormInflector.Rule
-
-