Interface IConverter


  • public interface IConverter
    • Method Detail

      • makeConversion

        String makeConversion​(String value)
        Get an alternative format for the input string. Useful examples are conversion from a metadata language value in ISO-639-3 to ISO-639-1, etc.
        Parameters:
        value - the input string to convert
        Returns:
        the converted string returned by the "conversion algorithm"