| Package | Description |
|---|---|
| org.camunda.bpm.model.xml.impl.type.attribute | |
| org.camunda.bpm.model.xml.impl.type.reference | |
| org.camunda.bpm.model.xml.type.reference |
| Modifier and Type | Class and Description |
|---|---|
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 | Field and Description |
|---|---|
protected AttributeImpl<String> |
AttributeReferenceImpl.referenceSourceAttribute |
protected AttributeImpl<String> |
ReferenceImpl.referenceTargetAttribute |
| Modifier and Type | Method and Description |
|---|---|
void |
ReferenceImpl.setReferenceTargetAttribute(AttributeImpl<String> referenceTargetAttribute)
Set the reference target attribute
|
| Constructor and Description |
|---|
AttributeReferenceBuilderImpl(AttributeImpl<String> referenceSourceAttribute,
Class<T> referenceTargetElement)
Create a new
AttributeReferenceBuilderImpl from the reference source attribute
to the reference target model element instance |
AttributeReferenceCollectionBuilderImpl(AttributeImpl<String> attribute,
Class<T> referenceTargetElement,
Class<? extends AttributeReferenceCollection> attributeReferenceCollection) |
AttributeReferenceImpl(AttributeImpl<String> referenceSourceAttribute) |
QNameAttributeReferenceBuilderImpl(AttributeImpl<String> referenceSourceAttribute,
Class<T> referenceTargetElement)
Create a new
AttributeReferenceBuilderImpl from the reference source attribute
to the reference target model element instance |
QNameAttributeReferenceImpl(AttributeImpl<String> referenceSourceAttribute)
Create a new QName reference outgoing from the reference source attribute
|
| Constructor and Description |
|---|
AttributeReferenceCollection(AttributeImpl<String> referenceSourceAttribute) |
Copyright © 2014–2020 camunda services GmbH. All rights reserved.