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

de.opitzconsulting.orcasDsl.GenerateCc Maven / Gradle / Ivy

/**
 */
package de.opitzconsulting.orcasDsl;

import org.eclipse.emf.common.util.EList;

import org.eclipse.emf.ecore.EObject;

/**
 * 
 * A representation of the model object 'Generate Cc'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link de.opitzconsulting.orcasDsl.GenerateCc#getConstraintNameRules Constraint Name Rules}
  • *
  • {@link de.opitzconsulting.orcasDsl.GenerateCc#getCheckRuleNameRules Check Rule Name Rules}
  • *
* * @see de.opitzconsulting.orcasDsl.OrcasDslPackage#getGenerateCc() * @model * @generated */ public interface GenerateCc extends EObject { /** * Returns the value of the 'Constraint Name Rules' containment reference list. * The list contents are of type {@link de.opitzconsulting.orcasDsl.GenNameRule}. * * * @return the value of the 'Constraint Name Rules' containment reference list. * @see de.opitzconsulting.orcasDsl.OrcasDslPackage#getGenerateCc_ConstraintNameRules() * @model containment="true" * @generated */ EList getConstraintNameRules(); /** * Returns the value of the 'Check Rule Name Rules' containment reference list. * The list contents are of type {@link de.opitzconsulting.orcasDsl.GenNameRule}. * * * @return the value of the 'Check Rule Name Rules' containment reference list. * @see de.opitzconsulting.orcasDsl.OrcasDslPackage#getGenerateCc_CheckRuleNameRules() * @model containment="true" * @generated */ EList getCheckRuleNameRules(); } // GenerateCc




© 2015 - 2025 Weber Informatics LLC | Privacy Policy