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

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

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

Methods in org.camunda.bpm.model.xml.impl.type that return Attribute
 Attribute<?> ModelElementTypeImpl.getAttribute(String attributeName)
          Return the attribute for the attribute name
 

Methods in org.camunda.bpm.model.xml.impl.type that return types with arguments of type Attribute
 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
 void ModelElementTypeImpl.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
 class AttributeImpl<T>
          Base class for implementing primitive value attributes
 class BooleanAttribute
          class for providing Boolean value attributes.
 class DoubleAttribute
           
 class EnumAttribute<T extends Enum<T>>
          An attribute exposing an Enum value
 class IntegerAttribute
           
 class StringAttribute
          Base class for String attributes
 

Methods in org.camunda.bpm.model.xml.impl.type.attribute that return Attribute
 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
 Attribute<String> AttributeReferenceImpl.getReferenceSourceAttribute()
          Get the reference source attribute
 Attribute<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
static AttributeAssert ModelAssertions.assertThat(Attribute<?> actual)
           
 AttributeReferenceAssert AttributeReferenceAssert.hasSourceAttribute(Attribute<?> sourceAttribute)
           
 S AbstractReferenceAssert.hasTargetAttribute(Attribute<?> targetAttribute)
           
 

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

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

Methods in org.camunda.bpm.model.xml.type that return Attribute
 Attribute<?> ModelElementType.getAttribute(String attributeName)
           
 

Methods in org.camunda.bpm.model.xml.type that return types with arguments of type Attribute
 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
 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
 Attribute<String> AttributeReference.getReferenceSourceAttribute()
           
 Attribute<String> Reference.getReferenceTargetAttribute()
           
 



Copyright © 2015 camunda services GmbH. All rights reserved.