org.contextmapper.tactic.dsl.tacticdsl.Dependency Maven / Gradle / Ivy
/**
* generated by Xtext 2.20.0
*/
package org.contextmapper.tactic.dsl.tacticdsl;
import org.eclipse.emf.ecore.EObject;
/**
*
* A representation of the model object 'Dependency'.
*
*
*
* The following features are supported:
*
*
* - {@link org.contextmapper.tactic.dsl.tacticdsl.Dependency#getDependency Dependency}
* - {@link org.contextmapper.tactic.dsl.tacticdsl.Dependency#getName Name}
*
*
* @see org.contextmapper.tactic.dsl.tacticdsl.TacticdslPackage#getDependency()
* @model
* @generated
*/
public interface Dependency extends EObject
{
/**
* Returns the value of the 'Dependency' reference.
*
*
* If the meaning of the 'Dependency' reference isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Dependency' reference.
* @see #setDependency(ServiceRepositoryOption)
* @see org.contextmapper.tactic.dsl.tacticdsl.TacticdslPackage#getDependency_Dependency()
* @model
* @generated
*/
ServiceRepositoryOption getDependency();
/**
* Sets the value of the '{@link org.contextmapper.tactic.dsl.tacticdsl.Dependency#getDependency Dependency}' reference.
*
*
* @param value the new value of the 'Dependency' reference.
* @see #getDependency()
* @generated
*/
void setDependency(ServiceRepositoryOption value);
/**
* Returns the value of the 'Name' attribute.
*
*
* If the meaning of the 'Name' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Name' attribute.
* @see #setName(String)
* @see org.contextmapper.tactic.dsl.tacticdsl.TacticdslPackage#getDependency_Name()
* @model
* @generated
*/
String getName();
/**
* Sets the value of the '{@link org.contextmapper.tactic.dsl.tacticdsl.Dependency#getName Name}' attribute.
*
*
* @param value the new value of the 'Name' attribute.
* @see #getName()
* @generated
*/
void setName(String value);
} // Dependency