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

org.contextmapper.tactic.dsl.tacticdsl.ServiceOperationDelegate 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 'Service Operation Delegate'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.contextmapper.tactic.dsl.tacticdsl.ServiceOperationDelegate#getDelegate Delegate}
  • *
  • {@link org.contextmapper.tactic.dsl.tacticdsl.ServiceOperationDelegate#getDelegateOperation Delegate Operation}
  • *
* * @see org.contextmapper.tactic.dsl.tacticdsl.TacticdslPackage#getServiceOperationDelegate() * @model * @generated */ public interface ServiceOperationDelegate extends EObject { /** * Returns the value of the 'Delegate' reference. * *

* If the meaning of the 'Delegate' reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Delegate' reference. * @see #setDelegate(ServiceRepositoryOption) * @see org.contextmapper.tactic.dsl.tacticdsl.TacticdslPackage#getServiceOperationDelegate_Delegate() * @model * @generated */ ServiceRepositoryOption getDelegate(); /** * Sets the value of the '{@link org.contextmapper.tactic.dsl.tacticdsl.ServiceOperationDelegate#getDelegate Delegate}' reference. * * * @param value the new value of the 'Delegate' reference. * @see #getDelegate() * @generated */ void setDelegate(ServiceRepositoryOption value); /** * Returns the value of the 'Delegate Operation' reference. * *

* If the meaning of the 'Delegate Operation' reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Delegate Operation' reference. * @see #setDelegateOperation(ServiceRepositoryOperationOption) * @see org.contextmapper.tactic.dsl.tacticdsl.TacticdslPackage#getServiceOperationDelegate_DelegateOperation() * @model * @generated */ ServiceRepositoryOperationOption getDelegateOperation(); /** * Sets the value of the '{@link org.contextmapper.tactic.dsl.tacticdsl.ServiceOperationDelegate#getDelegateOperation Delegate Operation}' reference. * * * @param value the new value of the 'Delegate Operation' reference. * @see #getDelegateOperation() * @generated */ void setDelegateOperation(ServiceRepositoryOperationOption value); } // ServiceOperationDelegate




© 2015 - 2024 Weber Informatics LLC | Privacy Policy