org.eclipse.emf.ecp.view.internal.rule.reporting
Class LeafConditionDMRResolutionFailedReport

java.lang.Object
  extended by org.eclipse.emfforms.spi.common.report.AbstractReport
      extended by 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

Constructor Summary
LeafConditionDMRResolutionFailedReport(LeafCondition condition, boolean valueDMR)
          Constructs a new LeafConditionDMRResolutionFailedReport.
 
Method Summary
 
Methods inherited from class org.eclipse.emfforms.spi.common.report.AbstractReport
getException, getMessage, getSeverity, hasException
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LeafConditionDMRResolutionFailedReport

public LeafConditionDMRResolutionFailedReport(LeafCondition condition,
                                              boolean valueDMR)
Constructs a new LeafConditionDMRResolutionFailedReport.

Parameters:
condition - the condition
valueDMR - true if resolution for LeafCondition.getValueDomainModelReference() failed
false if resolution for LeafCondition.getDomainModelReference() failed


Copyright © 2015. All Rights Reserved.