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

org.nasdanika.models.java.Module Maven / Gradle / Ivy

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

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

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

* The following features are supported: *

*
    *
  • {@link org.nasdanika.models.java.Module#getPackages Packages}
  • *
* * @see org.nasdanika.models.java.JavaPackage#getModule() * @model * @generated */ public interface Module extends Source { /** * Returns the value of the 'Packages' containment reference list. * The list contents are of type {@link org.nasdanika.models.java.Package}. * * * @return the value of the 'Packages' containment reference list. * @see org.nasdanika.models.java.JavaPackage#getModule_Packages() * @model containment="true" * @generated */ EList getPackages(); } // Module




© 2015 - 2024 Weber Informatics LLC | Privacy Policy