Interface IIpsDecimalAdapter

All Superinterfaces:
IIpsXmlAdapter<String,org.faktorips.values.Decimal>

public interface IIpsDecimalAdapter extends IIpsXmlAdapter<String,org.faktorips.values.Decimal>
IIpsXmlAdapter for Decimal.
  • Method Summary

    Modifier and Type
    Method
    Description
    default String
    marshal(org.faktorips.values.Decimal v)
    Convert a bound type to a value type.
    default org.faktorips.values.Decimal
    Convert a value type to a bound type.
  • Method Details

    • unmarshal

      default org.faktorips.values.Decimal unmarshal(String v)
      Description copied from interface: IIpsXmlAdapter
      Convert a value type to a bound type.
      Specified by:
      unmarshal in interface IIpsXmlAdapter<String,org.faktorips.values.Decimal>
      Parameters:
      v - The value to be converted. Can be null.
    • marshal

      default String marshal(org.faktorips.values.Decimal v)
      Description copied from interface: IIpsXmlAdapter
      Convert a bound type to a value type.
      Specified by:
      marshal in interface IIpsXmlAdapter<String,org.faktorips.values.Decimal>
      Parameters:
      v - The value to be converted. Can be null.