Class BooleanAttribute
java.lang.Object
org.camunda.bpm.model.xml.impl.type.attribute.AttributeImpl<Boolean>
org.camunda.bpm.model.xml.impl.type.attribute.BooleanAttribute
class for providing Boolean value attributes. Takes care of type conversion and the interaction with the underlying Xml model model.
- Author:
- Daniel Meyer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringconvertModelValueToXmlValue(Boolean modelValue) to be implemented by subclasses: converts the raw (String) value of the attribute to the type required by the modelprotected BooleanconvertXmlValueToModelValue(String rawValue) to be implemented by subclasses: converts the raw (String) value of the attribute to the type required by the modelMethods inherited from class org.camunda.bpm.model.xml.impl.type.attribute.AttributeImpl
getAttributeName, getDefaultValue, getIncomingReferences, getNamespaceUri, getOutgoingReferences, getOwningElementType, getValue, isIdAttribute, isRequired, registerIncoming, registerOutgoingReference, removeAttribute, setAttributeName, setDefaultValue, setId, setNamespaceUri, setRequired, setValue, setValue, unlinkReference, updateIncomingReferences
-
Constructor Details
-
BooleanAttribute
-
-
Method Details
-
convertXmlValueToModelValue
Description copied from class:AttributeImplto be implemented by subclasses: converts the raw (String) value of the attribute to the type required by the model- Specified by:
convertXmlValueToModelValuein classAttributeImpl<Boolean>- Returns:
- the converted value
-
convertModelValueToXmlValue
Description copied from class:AttributeImplto be implemented by subclasses: converts the raw (String) value of the attribute to the type required by the model- Specified by:
convertModelValueToXmlValuein classAttributeImpl<Boolean>- Returns:
- the converted value
-