Skip to main content
summaryrefslogtreecommitdiffstats
blob: a37170c5cfd95497fc0e31ba6c658d0d314b7532 (plain) (blame)
1
2
3
4
5
6
<?xml version="1.0" encoding="UTF-8"?>
<configuration:ModiscoQueryConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:configuration="http://www.eclipse.org/papyrus/core/queries/0.7" xmlns:query="http://www.eclipse.org/EmfFacet/infra/query/0.8.incubation" xmlns:uml="http://www.eclipse.org/uml2/3.0.0/UML" name="ListElementsWithNameBasic" query="query:JavaModelQuery CoreQueriesTest.querySet#ListElementsWithName">
  <parameterValues xsi:type="configuration:ConstantParameterValue" parameter="CoreQueriesTest.querySet#containedString">
    <valueInstance xsi:type="uml:LiteralString" value="Basic"/>
  </parameterValues>
</configuration:ModiscoQueryConfiguration>

Back to the top