public class DoubleAttribute extends AttributeImpl<Double>
| Modifier and Type | Method and Description |
|---|---|
protected String |
convertModelValueToXmlValue(Double modelValue)
to be implemented by subclasses: converts the raw (String) value of the
attribute to the type required by the model
|
protected Double |
convertXmlValueToModelValue(String rawValue)
to be implemented by subclasses: converts the raw (String) value of the
attribute to the type required by the model
|
getAttributeName, getDefaultValue, getIncomingReferences, getNamespaceUri, getOutgoingReferences, getOwningElementType, getValue, isIdAttribute, isRequired, registerIncoming, registerOutgoingReference, removeAttribute, setAttributeName, setDefaultValue, setId, setNamespaceUri, setRequired, setValue, setValue, unlinkReference, updateIncomingReferencesprotected Double convertXmlValueToModelValue(String rawValue)
AttributeImplconvertXmlValueToModelValue in class AttributeImpl<Double>protected String convertModelValueToXmlValue(Double modelValue)
AttributeImplconvertModelValueToXmlValue in class AttributeImpl<Double>Copyright © 2018 camunda services GmbH. All rights reserved.