summaryrefslogtreecommitdiffstats
path: root/rba.tool.editor/src-gen/rba/tool/editor/rbaEditorModel/MemberFeatureReference.java
blob: abf2570db60e6ba318408c2e7a74e5131860d409 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
/**
 * generated by Xtext 2.13.0
 */
package rba.tool.editor.rbaEditorModel;

import org.eclipse.emf.common.util.EList;

import rba.core.ObjectReference;

/**
 * <!-- begin-user-doc -->
 * A representation of the model object '<em><b>Member Feature Reference</b></em>'.
 * <!-- end-user-doc -->
 *
 * <p>
 * The following features are supported:
 * </p>
 * <ul>
 *   <li>{@link rba.tool.editor.rbaEditorModel.MemberFeatureReference#getOperand <em>Operand</em>}</li>
 * </ul>
 *
 * @see rba.tool.editor.rbaEditorModel.RbaEditorModelPackage#getMemberFeatureReference()
 * @model
 * @generated
 */
public interface MemberFeatureReference extends ObjectReference
{
  /**
   * Returns the value of the '<em><b>Operand</b></em>' containment reference list.
   * The list contents are of type {@link rba.core.ObjectReference}.
   * <!-- begin-user-doc -->
   * <p>
   * If the meaning of the '<em>Operand</em>' containment reference list isn't clear,
   * there really should be more of a description here...
   * </p>
   * <!-- end-user-doc -->
   * @return the value of the '<em>Operand</em>' containment reference list.
   * @see rba.tool.editor.rbaEditorModel.RbaEditorModelPackage#getMemberFeatureReference_Operand()
   * @model containment="true"
   * @generated
   */
  EList<ObjectReference> getOperand();

} // MemberFeatureReference