Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: b850be270dd0bfe5604f93f1b0e8ba3bf5f5a0c6 (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="IsNamedQueryConfiguration" query="query:JavaModelQuery CoreQueriesTest.querySet#IsNamed">
  <parameterValues xsi:type="configuration:ConstantParameterValue" parameter="CoreQueriesTest.querySet#name">
    <valueInstance xsi:type="uml:LiteralString" name="Basic" value="Basic"/>
  </parameterValues>
</configuration:ModiscoQueryConfiguration>

Back to the top