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

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

Go to download

orcas model modified by syntax extensions (contains the original model). If custom-syntax-extensions are provided, there will be a custom artifact.

There is a newer version: 8.7.1
Show newest version
/**
 */
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}. * *

* If the meaning of the 'Constraint Name Rules' containment reference list isn't clear, * there really should be more of a description here... *

* * @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}. * *

* If the meaning of the 'Check Rule Name Rules' containment reference list isn't clear, * there really should be more of a description here... *

* * @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