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

org.eclipse.xtext.Action Maven / Gradle / Ivy

There is a newer version: 2.4.3
Show newest version
/**
 * 
 * 
 *
 * $Id: Action.java,v 1.15 2010/04/06 14:10:12 sefftinge Exp $
 */
package org.eclipse.xtext;


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

* The following features are supported: *

    *
  • {@link org.eclipse.xtext.Action#getType Type}
  • *
  • {@link org.eclipse.xtext.Action#getFeature Feature}
  • *
  • {@link org.eclipse.xtext.Action#getOperator Operator}
  • *
*

* * @see org.eclipse.xtext.XtextPackage#getAction() * @model * @generated */ public interface Action extends AbstractElement { /** * Returns the value of the 'Type' containment reference. * *

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

* * @return the value of the 'Type' containment reference. * @see #setType(TypeRef) * @see org.eclipse.xtext.XtextPackage#getAction_Type() * @model containment="true" * @generated */ TypeRef getType(); /** * Sets the value of the '{@link org.eclipse.xtext.Action#getType Type}' containment reference. * * * @param value the new value of the 'Type' containment reference. * @see #getType() * @generated */ void setType(TypeRef value); /** * Returns the value of the 'Feature' attribute. * *

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

* * @return the value of the 'Feature' attribute. * @see #setFeature(String) * @see org.eclipse.xtext.XtextPackage#getAction_Feature() * @model * @generated */ String getFeature(); /** * Sets the value of the '{@link org.eclipse.xtext.Action#getFeature Feature}' attribute. * * * @param value the new value of the 'Feature' attribute. * @see #getFeature() * @generated */ void setFeature(String value); /** * Returns the value of the 'Operator' attribute. * *

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

* * @return the value of the 'Operator' attribute. * @see #setOperator(String) * @see org.eclipse.xtext.XtextPackage#getAction_Operator() * @model * @generated */ String getOperator(); /** * Sets the value of the '{@link org.eclipse.xtext.Action#getOperator Operator}' attribute. * * * @param value the new value of the 'Operator' attribute. * @see #getOperator() * @generated */ void setOperator(String value); } // Action




© 2015 - 2025 Weber Informatics LLC | Privacy Policy