Uses of Interface
org.camunda.bpm.model.xml.type.attribute.Attribute
-
-
Uses of Attribute in org.camunda.bpm.model.xml.impl.type
Methods in org.camunda.bpm.model.xml.impl.type that return Attribute Modifier and Type Method Description Attribute<?>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 Attribute Modifier and Type Method Description Collection<Attribute<?>>ModelElementTypeImpl. getAllAttributes()Returns a list of all attributes, including the attributes of all base types.List<Attribute<?>>ModelElementTypeImpl. getAttributes()Methods in org.camunda.bpm.model.xml.impl.type with parameters of type Attribute Modifier and Type Method Description voidModelElementTypeImpl. 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 Attribute Modifier and Type Class Description classAttributeImpl<T>Base class for implementing primitive value attributesclassBooleanAttributeclass for providing Boolean value attributes.classDoubleAttributeclassEnumAttribute<T extends Enum<T>>An attribute exposing an Enum valueclassIntegerAttributeclassNamedEnumAttribute<T extends Enum<T>>classStringAttributeBase class for String attributesMethods in org.camunda.bpm.model.xml.impl.type.attribute that return Attribute Modifier and Type Method Description Attribute<T>AttributeBuilderImpl. build() -
Uses of Attribute in org.camunda.bpm.model.xml.impl.type.reference
Methods in org.camunda.bpm.model.xml.impl.type.reference that return Attribute Modifier and Type Method Description Attribute<String>AttributeReferenceImpl. getReferenceSourceAttribute()Get the reference source attributeAttribute<String>ReferenceImpl. 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 Attribute Modifier and Type Method Description static AttributeAssertModelAssertions. assertThat(Attribute<?> actual)AttributeReferenceAssertAttributeReferenceAssert. hasSourceAttribute(Attribute<?> sourceAttribute)SAbstractReferenceAssert. hasTargetAttribute(Attribute<?> targetAttribute)Constructors in org.camunda.bpm.model.xml.test.assertions with parameters of type Attribute Constructor Description AttributeAssert(Attribute<?> actual) -
Uses of Attribute in org.camunda.bpm.model.xml.type
Methods in org.camunda.bpm.model.xml.type that return Attribute Modifier and Type Method Description Attribute<?>ModelElementType. getAttribute(String attributeName)Methods in org.camunda.bpm.model.xml.type that return types with arguments of type Attribute Modifier and Type Method Description List<Attribute<?>>ModelElementType. getAttributes() -
Uses of Attribute in org.camunda.bpm.model.xml.type.attribute
Methods in org.camunda.bpm.model.xml.type.attribute that return Attribute Modifier and Type Method Description Attribute<T>AttributeBuilder. build() -
Uses of Attribute in org.camunda.bpm.model.xml.type.reference
Methods in org.camunda.bpm.model.xml.type.reference that return Attribute Modifier and Type Method Description Attribute<String>AttributeReference. getReferenceSourceAttribute()Attribute<String>Reference. getReferenceTargetAttribute()
-