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

org.contextmapper.tactic.dsl.tacticdsl.Application Maven / Gradle / Ivy

/**
 * generated by Xtext 2.21.0
 */
package org.contextmapper.tactic.dsl.tacticdsl;

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

import org.eclipse.emf.ecore.EObject;

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

* The following features are supported: *

*
    *
  • {@link org.contextmapper.tactic.dsl.tacticdsl.Application#getDoc Doc}
  • *
  • {@link org.contextmapper.tactic.dsl.tacticdsl.Application#getName Name}
  • *
  • {@link org.contextmapper.tactic.dsl.tacticdsl.Application#getBasePackage Base Package}
  • *
  • {@link org.contextmapper.tactic.dsl.tacticdsl.Application#getServices Services}
  • *
  • {@link org.contextmapper.tactic.dsl.tacticdsl.Application#getResources Resources}
  • *
  • {@link org.contextmapper.tactic.dsl.tacticdsl.Application#getConsumers Consumers}
  • *
  • {@link org.contextmapper.tactic.dsl.tacticdsl.Application#getDomainObjects Domain Objects}
  • *
* * @see org.contextmapper.tactic.dsl.tacticdsl.TacticdslPackage#getApplication() * @model * @generated */ public interface Application extends EObject { /** * Returns the value of the 'Doc' attribute. * * * @return the value of the 'Doc' attribute. * @see #setDoc(String) * @see org.contextmapper.tactic.dsl.tacticdsl.TacticdslPackage#getApplication_Doc() * @model * @generated */ String getDoc(); /** * Sets the value of the '{@link org.contextmapper.tactic.dsl.tacticdsl.Application#getDoc Doc}' attribute. * * * @param value the new value of the 'Doc' attribute. * @see #getDoc() * @generated */ void setDoc(String value); /** * Returns the value of the 'Name' attribute. * * * @return the value of the 'Name' attribute. * @see #setName(String) * @see org.contextmapper.tactic.dsl.tacticdsl.TacticdslPackage#getApplication_Name() * @model * @generated */ String getName(); /** * Sets the value of the '{@link org.contextmapper.tactic.dsl.tacticdsl.Application#getName Name}' attribute. * * * @param value the new value of the 'Name' attribute. * @see #getName() * @generated */ void setName(String value); /** * Returns the value of the 'Base Package' attribute. * * * @return the value of the 'Base Package' attribute. * @see #setBasePackage(String) * @see org.contextmapper.tactic.dsl.tacticdsl.TacticdslPackage#getApplication_BasePackage() * @model * @generated */ String getBasePackage(); /** * Sets the value of the '{@link org.contextmapper.tactic.dsl.tacticdsl.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 'Services' containment reference list. * The list contents are of type {@link org.contextmapper.tactic.dsl.tacticdsl.Service}. * * * @return the value of the 'Services' containment reference list. * @see org.contextmapper.tactic.dsl.tacticdsl.TacticdslPackage#getApplication_Services() * @model containment="true" * @generated */ EList getServices(); /** * Returns the value of the 'Resources' containment reference list. * The list contents are of type {@link org.contextmapper.tactic.dsl.tacticdsl.Resource}. * * * @return the value of the 'Resources' containment reference list. * @see org.contextmapper.tactic.dsl.tacticdsl.TacticdslPackage#getApplication_Resources() * @model containment="true" * @generated */ EList getResources(); /** * Returns the value of the 'Consumers' containment reference list. * The list contents are of type {@link org.contextmapper.tactic.dsl.tacticdsl.Consumer}. * * * @return the value of the 'Consumers' containment reference list. * @see org.contextmapper.tactic.dsl.tacticdsl.TacticdslPackage#getApplication_Consumers() * @model containment="true" * @generated */ EList getConsumers(); /** * Returns the value of the 'Domain Objects' containment reference list. * The list contents are of type {@link org.contextmapper.tactic.dsl.tacticdsl.SimpleDomainObject}. * * * @return the value of the 'Domain Objects' containment reference list. * @see org.contextmapper.tactic.dsl.tacticdsl.TacticdslPackage#getApplication_DomainObjects() * @model containment="true" * @generated */ EList getDomainObjects(); } // Application




© 2015 - 2024 Weber Informatics LLC | Privacy Policy