Package org.dspace.content.crosswalk
Interface IConverter
-
public interface IConverter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringmakeConversion(String value)Get an alternative format for the input string.
-
-
-
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"
-
-