org.jresearch.flexess.models.expression.PropertyCall Maven / Gradle / Ivy
/**
*
*
*
* $Id: PropertyCall.java 1386 2007-06-09 08:37:03Z stas $
*/
package org.jresearch.flexess.models.expression;
import org.eclipse.emf.ecore.EAttribute;
/**
*
* A representation of the model object 'Property Call'.
*
*
*
* The following features are supported:
*
* - {@link org.jresearch.flexess.models.expression.PropertyCall#getPropertyName Property Name}
* - {@link org.jresearch.flexess.models.expression.PropertyCall#getProperty Property}
*
*
*
* @see org.jresearch.flexess.models.expression.ExpressionPackage#getPropertyCall()
* @model
* @generated
*/
public interface PropertyCall extends FeatureCall {
/**
* Returns the value of the 'Property Name' attribute.
*
*
* If the meaning of the 'Property Name' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Property Name' attribute.
* @see org.jresearch.flexess.models.expression.ExpressionPackage#getPropertyCall_PropertyName()
* @model changeable="false" derived="true"
* @generated
*/
String getPropertyName();
/**
* Returns the value of the 'Property' reference.
*
*
* If the meaning of the 'Property' reference isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Property' reference.
* @see #setProperty(EAttribute)
* @see org.jresearch.flexess.models.expression.ExpressionPackage#getPropertyCall_Property()
* @model
* @generated
*/
EAttribute getProperty();
/**
* Sets the value of the '{@link org.jresearch.flexess.models.expression.PropertyCall#getProperty Property}' reference.
*
*
* @param value the new value of the 'Property' reference.
* @see #getProperty()
* @generated
*/
void setProperty(EAttribute value);
} // PropertyCall
© 2015 - 2024 Weber Informatics LLC | Privacy Policy