org.jresearch.flexess.models.expression.Literal Maven / Gradle / Ivy
/**
*
*
*
* $Id: Literal.java 2634 2008-04-14 11:17:35Z slava $
*/
package org.jresearch.flexess.models.expression;
import org.eclipse.emf.ecore.EAttribute;
/**
*
* A representation of the model object 'Literal'.
*
*
*
* The following features are supported:
*
* - {@link org.jresearch.flexess.models.expression.Literal#getValue Value}
*
*
*
* @see org.jresearch.flexess.models.expression.ExpressionPackage#getLiteral()
* @model
* @generated
*/
public interface Literal extends Expression {
/**
* Returns the value of the 'Value' containment reference.
*
*
* If the meaning of the 'Value' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Value' containment reference.
* @see #setValue(EAttribute)
* @see org.jresearch.flexess.models.expression.ExpressionPackage#getLiteral_Value()
* @model containment="true"
* @generated
*/
EAttribute getValue();
/**
* Sets the value of the '{@link org.jresearch.flexess.models.expression.Literal#getValue Value}' containment reference.
*
*
* @param value the new value of the 'Value' containment reference.
* @see #getValue()
* @generated
*/
void setValue(EAttribute value);
} // Literal
© 2015 - 2024 Weber Informatics LLC | Privacy Policy