Package org.dspace.content.crosswalk
Interface IConverter
public interface IConverter
-
Method Summary
Modifier and TypeMethodDescriptionmakeConversion(String value) Get an alternative format for the input string.
-
Method Details
-
makeConversion
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"
-