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

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

There is a newer version: 6.12.0
Show newest version
/**
 * 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 'Resource'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.contextmapper.tactic.dsl.tacticdsl.Resource#getDoc Doc}
  • *
  • {@link org.contextmapper.tactic.dsl.tacticdsl.Resource#getName Name}
  • *
  • {@link org.contextmapper.tactic.dsl.tacticdsl.Resource#isGapClass Gap Class}
  • *
  • {@link org.contextmapper.tactic.dsl.tacticdsl.Resource#isNoGapClass No Gap Class}
  • *
  • {@link org.contextmapper.tactic.dsl.tacticdsl.Resource#getHint Hint}
  • *
  • {@link org.contextmapper.tactic.dsl.tacticdsl.Resource#isScaffold Scaffold}
  • *
  • {@link org.contextmapper.tactic.dsl.tacticdsl.Resource#getPath Path}
  • *
  • {@link org.contextmapper.tactic.dsl.tacticdsl.Resource#getDependencies Dependencies}
  • *
  • {@link org.contextmapper.tactic.dsl.tacticdsl.Resource#getOperations Operations}
  • *
* * @see org.contextmapper.tactic.dsl.tacticdsl.TacticdslPackage#getResource() * @model * @generated */ public interface Resource 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#getResource_Doc() * @model * @generated */ String getDoc(); /** * Sets the value of the '{@link org.contextmapper.tactic.dsl.tacticdsl.Resource#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#getResource_Name() * @model * @generated */ String getName(); /** * Sets the value of the '{@link org.contextmapper.tactic.dsl.tacticdsl.Resource#getName Name}' attribute. * * * @param value the new value of the 'Name' attribute. * @see #getName() * @generated */ void setName(String value); /** * Returns the value of the 'Gap Class' attribute. * * * @return the value of the 'Gap Class' attribute. * @see #setGapClass(boolean) * @see org.contextmapper.tactic.dsl.tacticdsl.TacticdslPackage#getResource_GapClass() * @model * @generated */ boolean isGapClass(); /** * Sets the value of the '{@link org.contextmapper.tactic.dsl.tacticdsl.Resource#isGapClass Gap Class}' attribute. * * * @param value the new value of the 'Gap Class' attribute. * @see #isGapClass() * @generated */ void setGapClass(boolean value); /** * Returns the value of the 'No Gap Class' attribute. * * * @return the value of the 'No Gap Class' attribute. * @see #setNoGapClass(boolean) * @see org.contextmapper.tactic.dsl.tacticdsl.TacticdslPackage#getResource_NoGapClass() * @model * @generated */ boolean isNoGapClass(); /** * Sets the value of the '{@link org.contextmapper.tactic.dsl.tacticdsl.Resource#isNoGapClass No Gap Class}' attribute. * * * @param value the new value of the 'No Gap Class' attribute. * @see #isNoGapClass() * @generated */ void setNoGapClass(boolean value); /** * Returns the value of the 'Hint' attribute. * * * @return the value of the 'Hint' attribute. * @see #setHint(String) * @see org.contextmapper.tactic.dsl.tacticdsl.TacticdslPackage#getResource_Hint() * @model * @generated */ String getHint(); /** * Sets the value of the '{@link org.contextmapper.tactic.dsl.tacticdsl.Resource#getHint Hint}' attribute. * * * @param value the new value of the 'Hint' attribute. * @see #getHint() * @generated */ void setHint(String value); /** * Returns the value of the 'Scaffold' attribute. * * * @return the value of the 'Scaffold' attribute. * @see #setScaffold(boolean) * @see org.contextmapper.tactic.dsl.tacticdsl.TacticdslPackage#getResource_Scaffold() * @model * @generated */ boolean isScaffold(); /** * Sets the value of the '{@link org.contextmapper.tactic.dsl.tacticdsl.Resource#isScaffold Scaffold}' attribute. * * * @param value the new value of the 'Scaffold' attribute. * @see #isScaffold() * @generated */ void setScaffold(boolean value); /** * Returns the value of the 'Path' attribute. * * * @return the value of the 'Path' attribute. * @see #setPath(String) * @see org.contextmapper.tactic.dsl.tacticdsl.TacticdslPackage#getResource_Path() * @model * @generated */ String getPath(); /** * Sets the value of the '{@link org.contextmapper.tactic.dsl.tacticdsl.Resource#getPath Path}' attribute. * * * @param value the new value of the 'Path' attribute. * @see #getPath() * @generated */ void setPath(String value); /** * Returns the value of the 'Dependencies' containment reference list. * The list contents are of type {@link org.contextmapper.tactic.dsl.tacticdsl.ServiceDependency}. * * * @return the value of the 'Dependencies' containment reference list. * @see org.contextmapper.tactic.dsl.tacticdsl.TacticdslPackage#getResource_Dependencies() * @model containment="true" * @generated */ EList getDependencies(); /** * Returns the value of the 'Operations' containment reference list. * The list contents are of type {@link org.contextmapper.tactic.dsl.tacticdsl.ResourceOperation}. * * * @return the value of the 'Operations' containment reference list. * @see org.contextmapper.tactic.dsl.tacticdsl.TacticdslPackage#getResource_Operations() * @model containment="true" * @generated */ EList getOperations(); } // Resource




© 2015 - 2024 Weber Informatics LLC | Privacy Policy