| Modifier and Type | Method and Description |
|---|---|
ChildElementCollection<?> |
ModelElementTypeImpl.getChildElementCollection(ModelElementType childElementType) |
| Modifier and Type | Method and Description |
|---|---|
List<ChildElementCollection<?>> |
ModelElementTypeImpl.getAllChildElementCollections() |
List<ChildElementCollection<?>> |
ModelElementTypeImpl.getChildElementCollections() |
| Modifier and Type | Method and Description |
|---|---|
void |
ModelElementTypeImpl.registerChildElementCollection(ChildElementCollection<?> childElementCollection) |
| Modifier and Type | Class and Description |
|---|---|
class |
ChildElementCollectionImpl<T extends ModelElementInstance>
This collection is a view on an the children of a Model Element.
|
class |
ChildElementImpl<T extends ModelElementInstance>
Represents a single Child Element (ie.
|
| Modifier and Type | Method and Description |
|---|---|
ChildElementCollection<T> |
ChildElementCollectionBuilderImpl.build() |
| Modifier and Type | Method and Description |
|---|---|
ChildElementCollection<Source> |
ElementReferenceCollectionImpl.getReferenceSourceCollection() |
| Constructor and Description |
|---|
ElementReferenceCollectionImpl(ChildElementCollection<Source> referenceSourceCollection) |
IdsElementReferenceCollectionImpl(ChildElementCollection<Source> referenceSourceCollection) |
QNameElementReferenceCollectionImpl(ChildElementCollection<Source> referenceSourceCollection) |
UriElementReferenceCollectionImpl(ChildElementCollection<Source> referenceSourceCollection) |
| Modifier and Type | Method and Description |
|---|---|
static ChildElementAssert |
ModelAssertions.assertThat(ChildElementCollection<?> actual) |
| Constructor and Description |
|---|
ChildElementAssert(ChildElementCollection<?> actual) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ChildElement<T extends ModelElementInstance>
A single child element (child Element collection where
getMaxOccurs() returns 1. |
| Modifier and Type | Method and Description |
|---|---|
ChildElementCollection<T> |
ChildElementCollectionBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
ChildElementCollection<Source> |
ElementReferenceCollection.getReferenceSourceCollection() |
Copyright © 2014–2020 camunda services GmbH. All rights reserved.