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

sculptormetamodel.Operation Maven / Gradle / Ivy

There is a newer version: 3.1.0
Show newest version
/**
 */
package sculptormetamodel;

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

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

* The following features are supported: *

    *
  • {@link sculptormetamodel.Operation#getThrows Throws}
  • *
  • {@link sculptormetamodel.Operation#getVisibility Visibility}
  • *
  • {@link sculptormetamodel.Operation#getParameters Parameters}
  • *
  • {@link sculptormetamodel.Operation#getPublish Publish}
  • *
*

* * @see sculptormetamodel.SculptormetamodelPackage#getOperation() * @model * @generated */ public interface Operation extends DomainObjectTypedElement { /** * 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 sculptormetamodel.SculptormetamodelPackage#getOperation_Throws() * @model * @generated */ String getThrows(); /** * Sets the value of the '{@link sculptormetamodel.Operation#getThrows Throws}' attribute. * * * @param value the new value of the 'Throws' attribute. * @see #getThrows() * @generated */ void setThrows(String value); /** * Returns the value of the 'Visibility' attribute. * *

* 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 #setVisibility(String) * @see sculptormetamodel.SculptormetamodelPackage#getOperation_Visibility() * @model * @generated */ String getVisibility(); /** * Sets the value of the '{@link sculptormetamodel.Operation#getVisibility Visibility}' attribute. * * * @param value the new value of the 'Visibility' attribute. * @see #getVisibility() * @generated */ void setVisibility(String value); /** * Returns the value of the 'Parameters' containment reference list. * The list contents are of type {@link sculptormetamodel.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 sculptormetamodel.SculptormetamodelPackage#getOperation_Parameters() * @model containment="true" * @generated */ EList getParameters(); /** * Returns the value of the 'Publish' reference. * *

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

* * @return the value of the 'Publish' reference. * @see #setPublish(Publish) * @see sculptormetamodel.SculptormetamodelPackage#getOperation_Publish() * @model * @generated */ Publish getPublish(); /** * Sets the value of the '{@link sculptormetamodel.Operation#getPublish Publish}' reference. * * * @param value the new value of the 'Publish' reference. * @see #getPublish() * @generated */ void setPublish(Publish value); } // Operation




© 2015 - 2025 Weber Informatics LLC | Privacy Policy