Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: d4d7df88cfb1d18b44e87c1bf2f322d409a9dd7a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="UTF-8"?>
<eef:EEFViewDescription
    xmi:version="2.0"
    xmlns:xmi="http://www.omg.org/XMI"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:eef="http://www.eclipse.org/eef"
    xsi:schemaLocation="http://www.eclipse.org/eef ../../org.eclipse.eef/model/eef.ecore"
    identifier="UML_View"
    labelExpression="">
  <ePackageNsUris>http://www.eclipse.org/uml2/5.0.0/UML</ePackageNsUris>
  <groups identifier="UML_Group_NamedElement"
      domainClass="uml.NamedElement"
      semanticCandidateExpression="aql:viewSemanticCandidate">
    <container
        identifier="UML_Group_NamedElement_Container">
      <widgets
          xsi:type="eef:EEFTextDescription"
          identifier="UML_Group_NamedElement_Name"
          labelExpression="aql:groupSemanticCandidate.name"
          valueExpression="aql:groupSemanticCandidate.name"
          editExpression="aql:groupSemanticCandidate.eSet('name', newValue)"/>
    </container>
  </groups>
  <pages identifier="UML_General_Page"
      labelExpression="aql:'General'"
      groups="//@groups.0"/>
</eef:EEFViewDescription>

Back to the top