| Modifier and Type | Method and Description |
|---|---|
Attribute<?> |
ModelElementTypeImpl.getAttribute(String attributeName)
Return the attribute for the attribute name
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Attribute<?>> |
ModelElementTypeImpl.getAllAttributes()
Returns a list of all attributes, including the attributes of all base types.
|
List<Attribute<?>> |
ModelElementTypeImpl.getAttributes() |
| Modifier and Type | Method and Description |
|---|---|
void |
ModelElementTypeImpl.registerAttribute(Attribute<?> attribute) |
| Modifier and Type | Class and Description |
|---|---|
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 |
NamedEnumAttribute<T extends Enum<T>> |
class |
StringAttribute
Base class for String attributes
|
| Modifier and Type | Method and Description |
|---|---|
Attribute<T> |
AttributeBuilderImpl.build() |
| Modifier and Type | Method and Description |
|---|---|
Attribute<String> |
AttributeReferenceImpl.getReferenceSourceAttribute()
Get the reference source attribute
|
Attribute<String> |
ReferenceImpl.getReferenceTargetAttribute()
Get the reference target attribute
|
| Modifier and Type | Method and Description |
|---|---|
static AttributeAssert |
ModelAssertions.assertThat(Attribute<?> actual) |
AttributeReferenceAssert |
AttributeReferenceAssert.hasSourceAttribute(Attribute<?> sourceAttribute) |
S |
AbstractReferenceAssert.hasTargetAttribute(Attribute<?> targetAttribute) |
| Constructor and Description |
|---|
AttributeAssert(Attribute<?> actual) |
| Modifier and Type | Method and Description |
|---|---|
Attribute<?> |
ModelElementType.getAttribute(String attributeName) |
| Modifier and Type | Method and Description |
|---|---|
List<Attribute<?>> |
ModelElementType.getAttributes() |
| Modifier and Type | Method and Description |
|---|---|
Attribute<T> |
AttributeBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
Attribute<String> |
AttributeReference.getReferenceSourceAttribute() |
Attribute<String> |
Reference.getReferenceTargetAttribute() |
Copyright © 2018 camunda services GmbH. All rights reserved.