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

sculptormetamodel.Application Maven / Gradle / Ivy

/**
 */
package sculptormetamodel;

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

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

* The following features are supported: *

    *
  • {@link sculptormetamodel.Application#getBasePackage Base Package}
  • *
  • {@link sculptormetamodel.Application#getModules Modules}
  • *
*

* * @see sculptormetamodel.SculptormetamodelPackage#getApplication() * @model * @generated */ public interface Application extends NamedElement { /** * Returns the value of the 'Base Package' attribute. * *

* If the meaning of the 'Base Package' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Base Package' attribute. * @see #setBasePackage(String) * @see sculptormetamodel.SculptormetamodelPackage#getApplication_BasePackage() * @model * @generated */ String getBasePackage(); /** * Sets the value of the '{@link sculptormetamodel.Application#getBasePackage Base Package}' attribute. * * * @param value the new value of the 'Base Package' attribute. * @see #getBasePackage() * @generated */ void setBasePackage(String value); /** * Returns the value of the 'Modules' containment reference list. * The list contents are of type {@link sculptormetamodel.Module}. * It is bidirectional and its opposite is '{@link sculptormetamodel.Module#getApplication Application}'. * *

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

* * @return the value of the 'Modules' containment reference list. * @see sculptormetamodel.SculptormetamodelPackage#getApplication_Modules() * @see sculptormetamodel.Module#getApplication * @model opposite="application" containment="true" * @generated */ EList getModules(); } // Application




© 2015 - 2025 Weber Informatics LLC | Privacy Policy