Skip to content

Commit fb6b599

Browse files
author
Tihomir Surdilovic
committed
fixing documentation for base elements
1 parent 8be5ffe commit fb6b599

9 files changed

+563
-566
lines changed

org.eclipse.bpmn2/model/BPMN20.ecore

+6-6
Original file line numberDiff line numberDiff line change
@@ -1533,19 +1533,19 @@
15331533
<details key="kind" value="elementOnly"/>
15341534
<details key="abstract" value="true"/>
15351535
</eAnnotations>
1536-
<eStructuralFeatures xsi:type="ecore:EReference" name="extensionValues" ordered="false"
1537-
upperBound="-1" eType="#//ExtensionAttributeValue" containment="true">
1536+
<eStructuralFeatures xsi:type="ecore:EReference" name="documentation" ordered="false"
1537+
upperBound="-1" eType="#//Documentation" containment="true">
15381538
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
15391539
<details key="kind" value="element"/>
1540-
<details key="name" value="extensionElements"/>
1540+
<details key="name" value="documentation"/>
15411541
<details key="namespace" value="http://www.omg.org/spec/BPMN/20100524/MODEL"/>
15421542
</eAnnotations>
15431543
</eStructuralFeatures>
1544-
<eStructuralFeatures xsi:type="ecore:EReference" name="documentation" ordered="false"
1545-
upperBound="-1" eType="#//Documentation" containment="true">
1544+
<eStructuralFeatures xsi:type="ecore:EReference" name="extensionValues" ordered="false"
1545+
upperBound="-1" eType="#//ExtensionAttributeValue" containment="true">
15461546
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
15471547
<details key="kind" value="element"/>
1548-
<details key="name" value="documentation"/>
1548+
<details key="name" value="extensionElements"/>
15491549
<details key="namespace" value="http://www.omg.org/spec/BPMN/20100524/MODEL"/>
15501550
</eAnnotations>
15511551
</eStructuralFeatures>

org.eclipse.bpmn2/src/org/eclipse/bpmn2/BaseElement.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
* <p>
2828
* The following features are supported:
2929
* <ul>
30-
* <li>{@link org.eclipse.bpmn2.BaseElement#getExtensionValues <em>Extension Values</em>}</li>
3130
* <li>{@link org.eclipse.bpmn2.BaseElement#getDocumentation <em>Documentation</em>}</li>
31+
* <li>{@link org.eclipse.bpmn2.BaseElement#getExtensionValues <em>Extension Values</em>}</li>
3232
* <li>{@link org.eclipse.bpmn2.BaseElement#getExtensionDefinitions <em>Extension Definitions</em>}</li>
3333
* <li>{@link org.eclipse.bpmn2.BaseElement#getId <em>Id</em>}</li>
3434
* <li>{@link org.eclipse.bpmn2.BaseElement#getAnyAttribute <em>Any Attribute</em>}</li>

0 commit comments

Comments
 (0)