All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.nasdanika.models.rules.Failure Maven / Gradle / Ivy

/**
 */
package org.nasdanika.models.rules;

/**
 * 
 * A representation of the model object 'Failure'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.nasdanika.models.rules.Failure#getCause Cause}
  • *
* * @see org.nasdanika.models.rules.RulesPackage#getFailure() * @model * @generated */ public interface Failure extends InspectionResult { /** * Returns the value of the 'Cause' containment reference. * * * @return the value of the 'Cause' containment reference. * @see #setCause(org.nasdanika.ncore.Throwable) * @see org.nasdanika.models.rules.RulesPackage#getFailure_Cause() * @model containment="true" * @generated */ org.nasdanika.ncore.Throwable getCause(); /** * Sets the value of the '{@link org.nasdanika.models.rules.Failure#getCause Cause}' containment reference. * * * @param value the new value of the 'Cause' containment reference. * @see #getCause() * @generated */ void setCause(org.nasdanika.ncore.Throwable value); } // Failure




© 2015 - 2024 Weber Informatics LLC | Privacy Policy