Package org.faktorips.runtime.xml
Interface IIpsMoneyAdapter
- All Superinterfaces:
IIpsXmlAdapter<String,
org.faktorips.values.Money>
IIpsXmlAdapter
for Money
.-
Method Summary
-
Method Details
-
unmarshal
Description copied from interface:IIpsXmlAdapter
Convert a value type to a bound type.- Specified by:
unmarshal
in interfaceIIpsXmlAdapter<String,
org.faktorips.values.Money> - Parameters:
v
- The value to be converted. Can be null.
-
marshal
Description copied from interface:IIpsXmlAdapter
Convert a bound type to a value type.- Specified by:
marshal
in interfaceIIpsXmlAdapter<String,
org.faktorips.values.Money> - Parameters:
v
- The value to be converted. Can be null.
-