Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 7e7f316158c54437a7e592a55516ed47a46a5544 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/**
 */
package org.eclipse.papyrus.infra.extendedtypes.emf.setvaluesactionconfiguration;


/**
 * <!-- begin-user-doc -->
 * A representation of the model object '<em><b>Query Execution Value</b></em>'.
 * <!-- end-user-doc -->
 *
 *
 * @see org.eclipse.papyrus.infra.extendedtypes.emf.setvaluesactionconfiguration.SetValuesActionConfigurationPackage#getQueryExecutionValue()
 * @model
 * @generated
 */
public interface QueryExecutionValue extends DynamicValue {
} // QueryExecutionValue

Back to the top