Class DoubleAttribute

java.lang.Object
org.camunda.bpm.model.xml.impl.type.attribute.AttributeImpl<Double>
org.camunda.bpm.model.xml.impl.type.attribute.DoubleAttribute
All Implemented Interfaces:
Attribute<Double>

public class DoubleAttribute extends AttributeImpl<Double>
Author:
Sebastian Menski
  • Method Details

    • 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