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

org.dmd.dms.generated.rulesdmo.AttributeValidationIF Maven / Gradle / Ivy

Go to download

The dark-matter project provides mechanism to define concepts associated with Domain Specific Languages (DSLs) and generate code that can be extended with business logic that supports the given DSL purpose.

There is a newer version: 3.1.15
Show newest version
package org.dmd.dms.generated.rulesdmo;

// Generated from: org.dmd.util.codegen.ImportManager.getFormattedImports(ImportManager.java:82)
// Called from: org.dmd.dms.util.RuleFormatter.dumpRuleCategoryInterfaces(RuleFormatter.java:253)
import org.dmd.dmc.DmcAttribute;                      // Required for attribute - (RuleFormatter.java:222)
import org.dmd.dmc.DmcObject;                         // Required for obj - (RuleFormatter.java:222)
import org.dmd.dmc.rules.DmcRuleExceptionSet;         // Rule type - (RuleFormatter.java:210)
import org.dmd.dmc.rules.RuleIF;                      // All rules implement this - (RuleFormatter.java:211)



// Generated from: org.dmd.dms.util.RuleFormatter.dumpRuleCategoryInterfaces(RuleFormatter.java:255)
public interface AttributeValidationIF extends RuleIF {

    /**
     * @param obj The object in which the attribute exists
     * @param attribute The attribute to be validated
     */
    public void execute(DmcObject obj, DmcAttribute attribute) throws DmcRuleExceptionSet;

}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy