| Modifier and Type | Method and Description |
|---|---|
ModelElementTypeImpl |
ModelTypeInstanceContext.getModelType() |
| Constructor and Description |
|---|
ModelTypeInstanceContext(DomElement domElement,
ModelInstanceImpl model,
ModelElementTypeImpl modelType) |
| Modifier and Type | Method and Description |
|---|---|
void |
ModelElementTypeImpl.setBaseType(ModelElementTypeImpl baseType) |
| Constructor and Description |
|---|
BooleanAttributeBuilder(String attributeName,
ModelElementTypeImpl modelType) |
DoubleAttributeBuilder(String attributeName,
ModelElementTypeImpl modelType) |
EnumAttributeBuilder(String attributeName,
ModelElementTypeImpl modelType,
Class<T> type) |
IntegerAttributeBuilder(String attributeName,
ModelElementTypeImpl modelType) |
NamedEnumAttributeBuilder(String attributeName,
ModelElementTypeImpl modelType,
Class<T> type) |
StringAttributeBuilderImpl(String attributeName,
ModelElementTypeImpl modelType) |
| Modifier and Type | Field and Description |
|---|---|
protected ModelElementTypeImpl |
ChildElementCollectionBuilderImpl.parentElementType
The
ModelElementType of the element containing the collection |
| Constructor and Description |
|---|
ChildElementCollectionImpl(Class<T> childElementTypeClass,
ModelElementTypeImpl parentElementType) |
ChildElementImpl(Class<T> childElementTypeChild,
ModelElementTypeImpl parentElementType) |
SequenceBuilderImpl(ModelElementTypeImpl modelType) |
| Modifier and Type | Method and Description |
|---|---|
void |
ElementReferenceCollectionImpl.setReferenceSourceElementType(ModelElementTypeImpl referenceSourceType) |
void |
ReferenceImpl.setReferenceTargetElementType(ModelElementTypeImpl referenceTargetElementType)
Set the reference target model element type
|
| Modifier and Type | Method and Description |
|---|---|
protected static ModelElementTypeImpl |
ModelUtil.getModelElement(DomElement domElement,
ModelInstanceImpl modelInstance,
String namespaceUri) |
| Modifier and Type | Method and Description |
|---|---|
static ModelElementInstance |
ModelUtil.getModelElement(DomElement domElement,
ModelInstanceImpl modelInstance,
ModelElementTypeImpl modelType)
Returns the
ModelElement for a DOM element. |
Copyright © 2014–2020 camunda services GmbH. All rights reserved.