org.camunda.bpm.model.xml.impl.type.attribute
Class BooleanAttributeBuilder

java.lang.Object
  extended by org.camunda.bpm.model.xml.impl.type.attribute.AttributeBuilderImpl<Boolean>
      extended by org.camunda.bpm.model.xml.impl.type.attribute.BooleanAttributeBuilder
All Implemented Interfaces:
ModelBuildOperation, AttributeBuilder<Boolean>

public class BooleanAttributeBuilder
extends AttributeBuilderImpl<Boolean>

Builder for building BooleanAttributes

Author:
Daniel Meyer

Constructor Summary
BooleanAttributeBuilder(String attributeName, ModelElementTypeImpl modelType)
           
 
Method Summary
 
Methods inherited from class org.camunda.bpm.model.xml.impl.type.attribute.AttributeBuilderImpl
build, defaultValue, idAttribute, namespace, performModelBuild, required
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BooleanAttributeBuilder

public BooleanAttributeBuilder(String attributeName,
                               ModelElementTypeImpl modelType)


Copyright © 2014 camunda services GmbH. All rights reserved.