Uses of Interface
org.camunda.bpm.model.xml.type.reference.AttributeReference
-
Packages that use AttributeReference Package Description 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 Modifier and Type Class Description classAttributeReferenceImpl<T extends ModelElementInstance>classQNameAttributeReferenceImpl<T extends ModelElementInstance>Methods in org.camunda.bpm.model.xml.impl.type.reference that return AttributeReference Modifier and Type Method Description 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 Modifier and Type Method Description static AttributeReferenceAssertModelAssertions. assertThat(AttributeReference<?> actual)Constructors in org.camunda.bpm.model.xml.test.assertions with parameters of type AttributeReference Constructor Description 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 Modifier and Type Class Description classAttributeReferenceCollection<T extends ModelElementInstance>Methods in org.camunda.bpm.model.xml.type.reference that return AttributeReference Modifier and Type Method Description AttributeReference<T>AttributeReferenceBuilder. build()
-