- All Known Implementing Classes:
CaseConversions, LetterCase
public interface CaseConversion
Conversion of the case of a
String.
- Since:
- 1.1.0
- Author:
- Régis Pouiller
-
Method Summary
Converts the
String in parameter to another.
Returns the name of the conversion.
-
Method Details
-
getConversionName
Returns the name of the conversion.
- Returns:
- The name of the conversion.
-
convert
Converts the
String in parameter to another.
- Parameters:
value - The String to convert.
- Returns:
- The result.