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