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

org.contextmapper.tactic.dsl.tacticdsl.ServiceRepositoryOption 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 'Service Repository Option'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.contextmapper.tactic.dsl.tacticdsl.ServiceRepositoryOption#getDoc Doc}
  • *
  • {@link org.contextmapper.tactic.dsl.tacticdsl.ServiceRepositoryOption#getName Name}
  • *
  • {@link org.contextmapper.tactic.dsl.tacticdsl.ServiceRepositoryOption#isGapClass Gap Class}
  • *
  • {@link org.contextmapper.tactic.dsl.tacticdsl.ServiceRepositoryOption#isNoGapClass No Gap Class}
  • *
  • {@link org.contextmapper.tactic.dsl.tacticdsl.ServiceRepositoryOption#getHint Hint}
  • *
  • {@link org.contextmapper.tactic.dsl.tacticdsl.ServiceRepositoryOption#getSubscribe Subscribe}
  • *
  • {@link org.contextmapper.tactic.dsl.tacticdsl.ServiceRepositoryOption#getDependencies Dependencies}
  • *
* * @see org.contextmapper.tactic.dsl.tacticdsl.TacticdslPackage#getServiceRepositoryOption() * @model * @generated */ public interface ServiceRepositoryOption 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#getServiceRepositoryOption_Doc() * @model * @generated */ String getDoc(); /** * Sets the value of the '{@link org.contextmapper.tactic.dsl.tacticdsl.ServiceRepositoryOption#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#getServiceRepositoryOption_Name() * @model * @generated */ String getName(); /** * Sets the value of the '{@link org.contextmapper.tactic.dsl.tacticdsl.ServiceRepositoryOption#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#getServiceRepositoryOption_GapClass() * @model * @generated */ boolean isGapClass(); /** * Sets the value of the '{@link org.contextmapper.tactic.dsl.tacticdsl.ServiceRepositoryOption#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#getServiceRepositoryOption_NoGapClass() * @model * @generated */ boolean isNoGapClass(); /** * Sets the value of the '{@link org.contextmapper.tactic.dsl.tacticdsl.ServiceRepositoryOption#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#getServiceRepositoryOption_Hint() * @model * @generated */ String getHint(); /** * Sets the value of the '{@link org.contextmapper.tactic.dsl.tacticdsl.ServiceRepositoryOption#getHint Hint}' attribute. * * * @param value the new value of the 'Hint' attribute. * @see #getHint() * @generated */ void setHint(String value); /** * Returns the value of the 'Subscribe' containment reference. * * * @return the value of the 'Subscribe' containment reference. * @see #setSubscribe(Subscribe) * @see org.contextmapper.tactic.dsl.tacticdsl.TacticdslPackage#getServiceRepositoryOption_Subscribe() * @model containment="true" * @generated */ Subscribe getSubscribe(); /** * Sets the value of the '{@link org.contextmapper.tactic.dsl.tacticdsl.ServiceRepositoryOption#getSubscribe Subscribe}' containment reference. * * * @param value the new value of the 'Subscribe' containment reference. * @see #getSubscribe() * @generated */ void setSubscribe(Subscribe value); /** * Returns the value of the 'Dependencies' containment reference list. * The list contents are of type {@link org.contextmapper.tactic.dsl.tacticdsl.Dependency}. * * * @return the value of the 'Dependencies' containment reference list. * @see org.contextmapper.tactic.dsl.tacticdsl.TacticdslPackage#getServiceRepositoryOption_Dependencies() * @model containment="true" * @generated */ EList getDependencies(); } // ServiceRepositoryOption




© 2015 - 2024 Weber Informatics LLC | Privacy Policy