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

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

/**
 * generated by Xtext 2.21.0
 */
package org.contextmapper.tactic.dsl.tacticdsl;

import org.eclipse.emf.common.util.EList;

/**
 * 
 * A representation of the model object 'Service Operation'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.contextmapper.tactic.dsl.tacticdsl.ServiceOperation#getDoc Doc}
  • *
  • {@link org.contextmapper.tactic.dsl.tacticdsl.ServiceOperation#getVisibility Visibility}
  • *
  • {@link org.contextmapper.tactic.dsl.tacticdsl.ServiceOperation#getReturnType Return Type}
  • *
  • {@link org.contextmapper.tactic.dsl.tacticdsl.ServiceOperation#getName Name}
  • *
  • {@link org.contextmapper.tactic.dsl.tacticdsl.ServiceOperation#getParameters Parameters}
  • *
  • {@link org.contextmapper.tactic.dsl.tacticdsl.ServiceOperation#getThrows Throws}
  • *
  • {@link org.contextmapper.tactic.dsl.tacticdsl.ServiceOperation#getHint Hint}
  • *
  • {@link org.contextmapper.tactic.dsl.tacticdsl.ServiceOperation#getPublish Publish}
  • *
  • {@link org.contextmapper.tactic.dsl.tacticdsl.ServiceOperation#getDelegateHolder Delegate Holder}
  • *
* * @see org.contextmapper.tactic.dsl.tacticdsl.TacticdslPackage#getServiceOperation() * @model * @generated */ public interface ServiceOperation extends DomainObjectTypedElement, ServiceRepositoryOperationOption { /** * Returns the value of the 'Doc' attribute. * * * @return the value of the 'Doc' attribute. * @see #setDoc(String) * @see org.contextmapper.tactic.dsl.tacticdsl.TacticdslPackage#getServiceOperation_Doc() * @model * @generated */ String getDoc(); /** * Sets the value of the '{@link org.contextmapper.tactic.dsl.tacticdsl.ServiceOperation#getDoc Doc}' attribute. * * * @param value the new value of the 'Doc' attribute. * @see #getDoc() * @generated */ void setDoc(String value); /** * Returns the value of the 'Visibility' attribute. * The literals are from the enumeration {@link org.contextmapper.tactic.dsl.tacticdsl.Visibility}. * * * @return the value of the 'Visibility' attribute. * @see org.contextmapper.tactic.dsl.tacticdsl.Visibility * @see #setVisibility(Visibility) * @see org.contextmapper.tactic.dsl.tacticdsl.TacticdslPackage#getServiceOperation_Visibility() * @model * @generated */ Visibility getVisibility(); /** * Sets the value of the '{@link org.contextmapper.tactic.dsl.tacticdsl.ServiceOperation#getVisibility Visibility}' attribute. * * * @param value the new value of the 'Visibility' attribute. * @see org.contextmapper.tactic.dsl.tacticdsl.Visibility * @see #getVisibility() * @generated */ void setVisibility(Visibility value); /** * Returns the value of the 'Return Type' containment reference. * * * @return the value of the 'Return Type' containment reference. * @see #setReturnType(ComplexType) * @see org.contextmapper.tactic.dsl.tacticdsl.TacticdslPackage#getServiceOperation_ReturnType() * @model containment="true" * @generated */ ComplexType getReturnType(); /** * Sets the value of the '{@link org.contextmapper.tactic.dsl.tacticdsl.ServiceOperation#getReturnType Return Type}' containment reference. * * * @param value the new value of the 'Return Type' containment reference. * @see #getReturnType() * @generated */ void setReturnType(ComplexType 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#getServiceOperation_Name() * @model * @generated */ String getName(); /** * Sets the value of the '{@link org.contextmapper.tactic.dsl.tacticdsl.ServiceOperation#getName Name}' attribute. * * * @param value the new value of the 'Name' attribute. * @see #getName() * @generated */ void setName(String value); /** * Returns the value of the 'Parameters' containment reference list. * The list contents are of type {@link org.contextmapper.tactic.dsl.tacticdsl.Parameter}. * * * @return the value of the 'Parameters' containment reference list. * @see org.contextmapper.tactic.dsl.tacticdsl.TacticdslPackage#getServiceOperation_Parameters() * @model containment="true" * @generated */ EList getParameters(); /** * Returns the value of the 'Throws' attribute. * * * @return the value of the 'Throws' attribute. * @see #setThrows(String) * @see org.contextmapper.tactic.dsl.tacticdsl.TacticdslPackage#getServiceOperation_Throws() * @model * @generated */ String getThrows(); /** * Sets the value of the '{@link org.contextmapper.tactic.dsl.tacticdsl.ServiceOperation#getThrows Throws}' attribute. * * * @param value the new value of the 'Throws' attribute. * @see #getThrows() * @generated */ void setThrows(String 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#getServiceOperation_Hint() * @model * @generated */ String getHint(); /** * Sets the value of the '{@link org.contextmapper.tactic.dsl.tacticdsl.ServiceOperation#getHint Hint}' attribute. * * * @param value the new value of the 'Hint' attribute. * @see #getHint() * @generated */ void setHint(String value); /** * Returns the value of the 'Publish' containment reference. * * * @return the value of the 'Publish' containment reference. * @see #setPublish(Publish) * @see org.contextmapper.tactic.dsl.tacticdsl.TacticdslPackage#getServiceOperation_Publish() * @model containment="true" * @generated */ Publish getPublish(); /** * Sets the value of the '{@link org.contextmapper.tactic.dsl.tacticdsl.ServiceOperation#getPublish Publish}' containment reference. * * * @param value the new value of the 'Publish' containment reference. * @see #getPublish() * @generated */ void setPublish(Publish value); /** * Returns the value of the 'Delegate Holder' containment reference. * * * @return the value of the 'Delegate Holder' containment reference. * @see #setDelegateHolder(ServiceOperationDelegate) * @see org.contextmapper.tactic.dsl.tacticdsl.TacticdslPackage#getServiceOperation_DelegateHolder() * @model containment="true" * @generated */ ServiceOperationDelegate getDelegateHolder(); /** * Sets the value of the '{@link org.contextmapper.tactic.dsl.tacticdsl.ServiceOperation#getDelegateHolder Delegate Holder}' containment reference. * * * @param value the new value of the 'Delegate Holder' containment reference. * @see #getDelegateHolder() * @generated */ void setDelegateHolder(ServiceOperationDelegate value); } // ServiceOperation




© 2015 - 2024 Weber Informatics LLC | Privacy Policy