Package org.faktorips.runtime.xml
Interface IIpsYearAdapter
- All Superinterfaces:
IIpsXmlAdapter<Integer,Year>
IIpsXmlAdapter for Year.-
Method Summary
-
Method Details
-
unmarshal
Description copied from interface:IIpsXmlAdapterConvert a value type to a bound type.- Specified by:
unmarshalin interfaceIIpsXmlAdapter<Integer,Year> - Parameters:
i- The value to be converted. Can be null.
-
marshal
Description copied from interface:IIpsXmlAdapterConvert a bound type to a value type.- Specified by:
marshalin interfaceIIpsXmlAdapter<Integer,Year> - Parameters:
m- The value to be converted. Can be null.
-