/** * generated by Xtext 2.13.0 */ package rba.tool.editor.rbaEditorModel; import org.eclipse.emf.common.util.EList; import rba.core.ObjectReference; /** * * A representation of the model object 'Member Feature Reference'. * * *

* The following features are supported: *

* * * @see rba.tool.editor.rbaEditorModel.RbaEditorModelPackage#getMemberFeatureReference() * @model * @generated */ public interface MemberFeatureReference extends ObjectReference { /** * Returns the value of the 'Operand' containment reference list. * The list contents are of type {@link rba.core.ObjectReference}. * *

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

* * @return the value of the 'Operand' containment reference list. * @see rba.tool.editor.rbaEditorModel.RbaEditorModelPackage#getMemberFeatureReference_Operand() * @model containment="true" * @generated */ EList getOperand(); } // MemberFeatureReference