Class BooleanAttribute

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

public class BooleanAttribute extends AttributeImpl<Boolean>

class for providing Boolean value attributes. Takes care of type conversion and the interaction with the underlying Xml model model.

Author:
Daniel Meyer
  • Constructor Details

    • BooleanAttribute

      public BooleanAttribute(ModelElementType owningElementType)
  • Method Details