org.eclipse.emf.ecp.view.internal.rule.reporting
Class LeafConditionDMRResolutionFailedReport
java.lang.Object
org.eclipse.emfforms.spi.common.report.AbstractReport
org.eclipse.emf.ecp.view.internal.rule.reporting.LeafConditionDMRResolutionFailedReport
public class LeafConditionDMRResolutionFailedReport
- extends AbstractReport
Indicates that a VDomainModelReference of a
LeafCondition could not be resolved.
- Since:
- 1.5
- Author:
- jfaltermeier
LeafConditionDMRResolutionFailedReport
public LeafConditionDMRResolutionFailedReport(LeafCondition condition,
boolean valueDMR)
- Constructs a new
LeafConditionDMRResolutionFailedReport.
- Parameters:
condition - the conditionvalueDMR - true if resolution for LeafCondition.getValueDomainModelReference() failed
false if resolution for LeafCondition.getDomainModelReference() failed
Copyright © 2015. All Rights Reserved.