Uses of Interface
org.camunda.bpm.model.xml.type.attribute.StringAttributeBuilder

Packages that use StringAttributeBuilder
org.camunda.bpm.model.xml.impl.type   
org.camunda.bpm.model.xml.impl.type.attribute   
org.camunda.bpm.model.xml.type   
org.camunda.bpm.model.xml.type.attribute   
 

Uses of StringAttributeBuilder in org.camunda.bpm.model.xml.impl.type
 

Methods in org.camunda.bpm.model.xml.impl.type that return StringAttributeBuilder
 StringAttributeBuilder ModelElementTypeBuilderImpl.stringAttribute(String attributeName)
           
 

Uses of StringAttributeBuilder in org.camunda.bpm.model.xml.impl.type.attribute
 

Classes in org.camunda.bpm.model.xml.impl.type.attribute that implement StringAttributeBuilder
 class StringAttributeBuilderImpl
           
 

Methods in org.camunda.bpm.model.xml.impl.type.attribute that return StringAttributeBuilder
 StringAttributeBuilder StringAttributeBuilderImpl.defaultValue(String defaultValue)
           
 StringAttributeBuilder StringAttributeBuilderImpl.idAttribute()
           
 StringAttributeBuilder StringAttributeBuilderImpl.namespace(String namespaceUri)
           
 StringAttributeBuilder StringAttributeBuilderImpl.required()
           
 

Uses of StringAttributeBuilder in org.camunda.bpm.model.xml.type
 

Methods in org.camunda.bpm.model.xml.type that return StringAttributeBuilder
 StringAttributeBuilder ModelElementTypeBuilder.stringAttribute(String attributeName)
           
 

Uses of StringAttributeBuilder in org.camunda.bpm.model.xml.type.attribute
 

Methods in org.camunda.bpm.model.xml.type.attribute that return StringAttributeBuilder
 StringAttributeBuilder StringAttributeBuilder.defaultValue(String defaultValue)
           
 StringAttributeBuilder StringAttributeBuilder.idAttribute()
           
 StringAttributeBuilder StringAttributeBuilder.namespace(String namespaceUri)
           
 StringAttributeBuilder StringAttributeBuilder.required()
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.