Package com.microej.kf.util
Class DateConverter
- java.lang.Object
-
- com.microej.kf.util.DateConverter
-
-
Constructor Summary
Constructors Constructor Description DateConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Dateconvert(Date arg0, Feature targetOwner)Converts an object owned by a Feature to another Feature.Class<Date>getType()Gets the Kernel type managed by thisConverter.
-
-
-
Method Detail
-
convert
public Date convert(Date arg0, Feature targetOwner) throws IllegalAccessError
Description copied from interface:ConverterConverts an object owned by a Feature to another Feature.- Specified by:
convertin interfaceConverter<Date>- Parameters:
arg0- the source object to be convertedtargetOwner- the owner of the converted object- Returns:
- the converted object, owned by the target owner
- Throws:
IllegalAccessError
-
-