Class IntegerAttribute

    • Method Detail

      • convertXmlValueToModelValue

        protected Integer 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<Integer>
        Returns:
        the converted value
      • convertModelValueToXmlValue

        protected String convertModelValueToXmlValue​(Integer 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<Integer>
        Returns:
        the converted value