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

de.opitzconsulting.orcasDsl.GenerateUk 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.

The 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 Uk'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link de.opitzconsulting.orcasDsl.GenerateUk#getConstraintNameRules Constraint Name Rules}
  • *
* * @see de.opitzconsulting.orcasDsl.OrcasDslPackage#getGenerateUk() * @model * @generated */ public interface GenerateUk 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#getGenerateUk_ConstraintNameRules() * @model containment="true" * @generated */ EList getConstraintNameRules(); } // GenerateUk




© 2015 - 2025 Weber Informatics LLC | Privacy Policy