org.jresearch.flexess.models.expression.FeatureCall Maven / Gradle / Ivy
/**
*
*
*
* $Id: FeatureCall.java 1386 2007-06-09 08:37:03Z stas $
*/
package org.jresearch.flexess.models.expression;
/**
*
* A representation of the model object 'Feature Call'.
*
*
*
* The following features are supported:
*
* - {@link org.jresearch.flexess.models.expression.FeatureCall#getSource Source}
*
*
*
* @see org.jresearch.flexess.models.expression.ExpressionPackage#getFeatureCall()
* @model abstract="true"
* @generated
*/
public interface FeatureCall extends Expression {
/**
* Returns the value of the 'Source' containment reference.
*
*
* If the meaning of the 'Source' containment reference isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Source' containment reference.
* @see #setSource(Expression)
* @see org.jresearch.flexess.models.expression.ExpressionPackage#getFeatureCall_Source()
* @model containment="true"
* @generated
*/
Expression getSource();
/**
* Sets the value of the '{@link org.jresearch.flexess.models.expression.FeatureCall#getSource Source}' containment reference.
*
*
* @param value the new value of the 'Source' containment reference.
* @see #getSource()
* @generated
*/
void setSource(Expression value);
} // FeatureCall
© 2015 - 2024 Weber Informatics LLC | Privacy Policy