Package org.dspace.identifier.ezid
Interface Transform
-
- All Known Implementing Classes:
DateToYear
public interface TransformConvert metadata strings to other forms.- Author:
- mwood
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringtransform(String from)Convert the input form to the desired output form.
-