Interface CaseConversion

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 Details

    • getConversionName

      String getConversionName()
      Returns the name of the conversion.
      Returns:
      The name of the conversion.
    • convert

      String convert(String value)
      Converts the String in parameter to another.
      Parameters:
      value - The String to convert.
      Returns:
      The result.