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

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

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

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

/**
 * 
 * A representation of the model object 'Domain Object Operation'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.contextmapper.tactic.dsl.tacticdsl.DomainObjectOperation#getDoc Doc}
  • *
  • {@link org.contextmapper.tactic.dsl.tacticdsl.DomainObjectOperation#isAbstract Abstract}
  • *
  • {@link org.contextmapper.tactic.dsl.tacticdsl.DomainObjectOperation#getVisibility Visibility}
  • *
  • {@link org.contextmapper.tactic.dsl.tacticdsl.DomainObjectOperation#getReturnType Return Type}
  • *
  • {@link org.contextmapper.tactic.dsl.tacticdsl.DomainObjectOperation#getName Name}
  • *
  • {@link org.contextmapper.tactic.dsl.tacticdsl.DomainObjectOperation#getParameters Parameters}
  • *
  • {@link org.contextmapper.tactic.dsl.tacticdsl.DomainObjectOperation#getThrows Throws}
  • *
  • {@link org.contextmapper.tactic.dsl.tacticdsl.DomainObjectOperation#getHint Hint}
  • *
* * @see org.contextmapper.tactic.dsl.tacticdsl.TacticdslPackage#getDomainObjectOperation() * @model * @generated */ public interface DomainObjectOperation extends DomainObjectTypedElement { /** * Returns the value of the 'Doc' attribute. * *

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

* * @return the value of the 'Doc' attribute. * @see #setDoc(String) * @see org.contextmapper.tactic.dsl.tacticdsl.TacticdslPackage#getDomainObjectOperation_Doc() * @model * @generated */ String getDoc(); /** * Sets the value of the '{@link org.contextmapper.tactic.dsl.tacticdsl.DomainObjectOperation#getDoc Doc}' attribute. * * * @param value the new value of the 'Doc' attribute. * @see #getDoc() * @generated */ void setDoc(String value); /** * Returns the value of the 'Abstract' attribute. * *

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

* * @return the value of the 'Abstract' attribute. * @see #setAbstract(boolean) * @see org.contextmapper.tactic.dsl.tacticdsl.TacticdslPackage#getDomainObjectOperation_Abstract() * @model * @generated */ boolean isAbstract(); /** * Sets the value of the '{@link org.contextmapper.tactic.dsl.tacticdsl.DomainObjectOperation#isAbstract Abstract}' attribute. * * * @param value the new value of the 'Abstract' attribute. * @see #isAbstract() * @generated */ void setAbstract(boolean value); /** * Returns the value of the 'Visibility' attribute. * The literals are from the enumeration {@link org.contextmapper.tactic.dsl.tacticdsl.Visibility}. * *

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

* * @return the value of the 'Visibility' attribute. * @see org.contextmapper.tactic.dsl.tacticdsl.Visibility * @see #setVisibility(Visibility) * @see org.contextmapper.tactic.dsl.tacticdsl.TacticdslPackage#getDomainObjectOperation_Visibility() * @model * @generated */ Visibility getVisibility(); /** * Sets the value of the '{@link org.contextmapper.tactic.dsl.tacticdsl.DomainObjectOperation#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. * *

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

* * @return the value of the 'Return Type' containment reference. * @see #setReturnType(ComplexType) * @see org.contextmapper.tactic.dsl.tacticdsl.TacticdslPackage#getDomainObjectOperation_ReturnType() * @model containment="true" * @generated */ ComplexType getReturnType(); /** * Sets the value of the '{@link org.contextmapper.tactic.dsl.tacticdsl.DomainObjectOperation#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. * *

* 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#getDomainObjectOperation_Name() * @model * @generated */ String getName(); /** * Sets the value of the '{@link org.contextmapper.tactic.dsl.tacticdsl.DomainObjectOperation#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}. * *

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

* * @return the value of the 'Parameters' containment reference list. * @see org.contextmapper.tactic.dsl.tacticdsl.TacticdslPackage#getDomainObjectOperation_Parameters() * @model containment="true" * @generated */ EList getParameters(); /** * Returns the value of the 'Throws' attribute. * *

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

* * @return the value of the 'Throws' attribute. * @see #setThrows(String) * @see org.contextmapper.tactic.dsl.tacticdsl.TacticdslPackage#getDomainObjectOperation_Throws() * @model * @generated */ String getThrows(); /** * Sets the value of the '{@link org.contextmapper.tactic.dsl.tacticdsl.DomainObjectOperation#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. * *

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

* * @return the value of the 'Hint' attribute. * @see #setHint(String) * @see org.contextmapper.tactic.dsl.tacticdsl.TacticdslPackage#getDomainObjectOperation_Hint() * @model * @generated */ String getHint(); /** * Sets the value of the '{@link org.contextmapper.tactic.dsl.tacticdsl.DomainObjectOperation#getHint Hint}' attribute. * * * @param value the new value of the 'Hint' attribute. * @see #getHint() * @generated */ void setHint(String value); } // DomainObjectOperation




© 2015 - 2024 Weber Informatics LLC | Privacy Policy