Class DoubleAttribute

    • Method Detail

      • convertXmlValueToModelValue

        protected Double convertXmlValueToModelValue​(String rawValue)
        Description copied from class: AttributeImpl
        to be implemented by subclasses: converts the raw (String) value of the attribute to the type required by the model
        Specified by:
        convertXmlValueToModelValue in class AttributeImpl<Double>
        Returns:
        the converted value
      • convertModelValueToXmlValue

        protected String convertModelValueToXmlValue​(Double modelValue)
        Description copied from class: AttributeImpl
        to be implemented by subclasses: converts the raw (String) value of the attribute to the type required by the model
        Specified by:
        convertModelValueToXmlValue in class AttributeImpl<Double>
        Returns:
        the converted value