Uses of Interface
org.camunda.bpm.model.xml.type.attribute.Attribute
Packages that use Attribute
Package
Description
-
Uses of Attribute in org.camunda.bpm.model.xml.impl.type
Methods in org.camunda.bpm.model.xml.impl.type that return AttributeModifier and TypeMethodDescriptionAttribute<?>ModelElementTypeImpl.getAttribute(String attributeName) Return the attribute for the attribute nameMethods in org.camunda.bpm.model.xml.impl.type that return types with arguments of type AttributeModifier and TypeMethodDescriptionCollection<Attribute<?>>ModelElementTypeImpl.getAllAttributes()Returns a list of all attributes, including the attributes of all base types.ModelElementTypeImpl.getAttributes()Methods in org.camunda.bpm.model.xml.impl.type with parameters of type AttributeModifier and TypeMethodDescriptionvoidModelElementTypeImpl.registerAttribute(Attribute<?> attribute) -
Uses of Attribute in org.camunda.bpm.model.xml.impl.type.attribute
Classes in org.camunda.bpm.model.xml.impl.type.attribute that implement AttributeModifier and TypeClassDescriptionclassBase class for implementing primitive value attributesclassclass for providing Boolean value attributes.classclassEnumAttribute<T extends Enum<T>>An attribute exposing an Enum valueclassclassNamedEnumAttribute<T extends Enum<T>>classBase class for String attributesMethods in org.camunda.bpm.model.xml.impl.type.attribute that return Attribute -
Uses of Attribute in org.camunda.bpm.model.xml.impl.type.reference
Methods in org.camunda.bpm.model.xml.impl.type.reference that return AttributeModifier and TypeMethodDescriptionAttributeReferenceImpl.getReferenceSourceAttribute()Get the reference source attributeReferenceImpl.getReferenceTargetAttribute()Get the reference target attribute -
Uses of Attribute in org.camunda.bpm.model.xml.test.assertions
Methods in org.camunda.bpm.model.xml.test.assertions with parameters of type AttributeModifier and TypeMethodDescriptionstatic AttributeAssertModelAssertions.assertThat(Attribute<?> actual) AttributeReferenceAssert.hasSourceAttribute(Attribute<?> sourceAttribute) AbstractReferenceAssert.hasTargetAttribute(Attribute<?> targetAttribute) Constructors in org.camunda.bpm.model.xml.test.assertions with parameters of type Attribute -
Uses of Attribute in org.camunda.bpm.model.xml.type
Methods in org.camunda.bpm.model.xml.type that return AttributeModifier and TypeMethodDescriptionAttribute<?>ModelElementType.getAttribute(String attributeName) Methods in org.camunda.bpm.model.xml.type that return types with arguments of type Attribute -
Uses of Attribute in org.camunda.bpm.model.xml.type.attribute
Methods in org.camunda.bpm.model.xml.type.attribute that return Attribute -
Uses of Attribute in org.camunda.bpm.model.xml.type.reference
Methods in org.camunda.bpm.model.xml.type.reference that return AttributeModifier and TypeMethodDescriptionAttributeReference.getReferenceSourceAttribute()Reference.getReferenceTargetAttribute()