org.contextmapper.tactic.dsl.tacticdsl.ResourceOperationDelegate Maven / Gradle / Ivy
/**
* generated by Xtext 2.21.0
*/
package org.contextmapper.tactic.dsl.tacticdsl;
import org.eclipse.emf.ecore.EObject;
/**
*
* A representation of the model object 'Resource Operation Delegate'.
*
*
*
* The following features are supported:
*
*
* - {@link org.contextmapper.tactic.dsl.tacticdsl.ResourceOperationDelegate#getDelegate Delegate}
* - {@link org.contextmapper.tactic.dsl.tacticdsl.ResourceOperationDelegate#getDelegateOperation Delegate Operation}
*
*
* @see org.contextmapper.tactic.dsl.tacticdsl.TacticdslPackage#getResourceOperationDelegate()
* @model
* @generated
*/
public interface ResourceOperationDelegate extends EObject
{
/**
* Returns the value of the 'Delegate' reference.
*
*
* @return the value of the 'Delegate' reference.
* @see #setDelegate(Service)
* @see org.contextmapper.tactic.dsl.tacticdsl.TacticdslPackage#getResourceOperationDelegate_Delegate()
* @model
* @generated
*/
Service getDelegate();
/**
* Sets the value of the '{@link org.contextmapper.tactic.dsl.tacticdsl.ResourceOperationDelegate#getDelegate Delegate}' reference.
*
*
* @param value the new value of the 'Delegate' reference.
* @see #getDelegate()
* @generated
*/
void setDelegate(Service value);
/**
* Returns the value of the 'Delegate Operation' reference.
*
*
* @return the value of the 'Delegate Operation' reference.
* @see #setDelegateOperation(ServiceOperation)
* @see org.contextmapper.tactic.dsl.tacticdsl.TacticdslPackage#getResourceOperationDelegate_DelegateOperation()
* @model
* @generated
*/
ServiceOperation getDelegateOperation();
/**
* Sets the value of the '{@link org.contextmapper.tactic.dsl.tacticdsl.ResourceOperationDelegate#getDelegateOperation Delegate Operation}' reference.
*
*
* @param value the new value of the 'Delegate Operation' reference.
* @see #getDelegateOperation()
* @generated
*/
void setDelegateOperation(ServiceOperation value);
} // ResourceOperationDelegate