Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 4a9e6b712da4f721d2a237019a3260b01c27a11c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="stereotypedelementmatcherconfiguration" nsURI="http://www.eclipse.org/payrus/extendedtypes/uml/stereotypematcherconfiguration"
    nsPrefix="stereotypedelementmatcherconfiguration">
  <eClassifiers xsi:type="ecore:EClass" name="StereotypedElementMatcherConfiguration"
      eSuperTypes="../../org.eclipse.papyrus.infra.extendedtypes/model/ExtendedTypes.ecore#//MatcherConfiguration">
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="stereotypedQualifiedName"
        eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
  </eClassifiers>
</ecore:EPackage>

Back to the top