Uses of Interface
org.camunda.bpm.model.xml.type.reference.AttributeReference

Packages that use AttributeReference
org.camunda.bpm.model.xml.impl.type.reference   
org.camunda.bpm.model.xml.test.assertions   
org.camunda.bpm.model.xml.type.reference   
 

Uses of AttributeReference in org.camunda.bpm.model.xml.impl.type.reference
 

Classes in org.camunda.bpm.model.xml.impl.type.reference that implement AttributeReference
 class AttributeReferenceImpl<T extends ModelElementInstance>
           
 class QNameAttributeReferenceImpl<T extends ModelElementInstance>
           
 

Methods in org.camunda.bpm.model.xml.impl.type.reference that return AttributeReference
 AttributeReference<T> AttributeReferenceBuilderImpl.build()
           
 

Uses of AttributeReference in org.camunda.bpm.model.xml.test.assertions
 

Methods in org.camunda.bpm.model.xml.test.assertions with parameters of type AttributeReference
static AttributeReferenceAssert ModelAssertions.assertThat(AttributeReference<?> actual)
           
 

Constructors in org.camunda.bpm.model.xml.test.assertions with parameters of type AttributeReference
AttributeReferenceAssert(AttributeReference<?> actual)
           
 

Uses of AttributeReference in org.camunda.bpm.model.xml.type.reference
 

Classes in org.camunda.bpm.model.xml.type.reference that implement AttributeReference
 class AttributeReferenceCollection<T extends ModelElementInstance>
           
 

Methods in org.camunda.bpm.model.xml.type.reference that return AttributeReference
 AttributeReference<T> AttributeReferenceBuilder.build()
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.