public interface ReferenceSlot extends Slot
The following features are supported:
MigrationPackage.getReferenceSlot()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.ecore.EReference |
getEReference()
Returns the value of the 'EReference' reference.
|
org.eclipse.emf.common.util.EList<Instance> |
getValues()
Returns the value of the 'Values' reference list.
|
void |
setEReference(org.eclipse.emf.ecore.EReference value)
Sets the value of the '
EReference' reference. |
getEFeature, getInstance, setInstanceorg.eclipse.emf.ecore.EReference getEReference()
If the meaning of the 'EReference' reference isn't clear, there really should be more of a description here...
The reference to which the slot conformssetEReference(EReference),
MigrationPackage.getReferenceSlot_EReference()void setEReference(org.eclipse.emf.ecore.EReference value)
EReference' reference.
value - the new value of the 'EReference' reference.getEReference()org.eclipse.emf.common.util.EList<Instance> getValues()
Instance.
It is bidirectional and its opposite is 'References'.
If the meaning of the 'Values' reference list isn't clear, there really should be more of a description here...
The values of the reference slotMigrationPackage.getReferenceSlot_Values(),
Instance.getReferences()Copyright © 2020. All rights reserved.