| Modifier and Type | Method and Description |
|---|---|
DMRLocation |
ErrorFactory.createDMRLocation()
Returns a new object of class 'DMR Location'.
|
DMRLocation |
ErrorFactory.createDMRLocation(VDomainModelReference dmr)
Creates a new
DMRLocation. |
DMRLocation |
EMFLocation.getDmrLocation()
Returns the value of the 'Dmr Location' containment reference.
|
| Modifier and Type | Method and Description |
|---|---|
EMFLocation |
ErrorFactory.createEMFLocation(org.eclipse.emf.ecore.EObject root,
DMRLocation dmrLocation)
Creates a new
EMFLocation. |
EMFLocation |
ErrorFactory.createEMFLocation(org.eclipse.emf.ecore.EObject root,
SettingLocation settingLocation,
DMRLocation dmrLocation)
Creates a new
EMFLocation. |
void |
EMFLocation.setDmrLocation(DMRLocation value)
Sets the value of the '
Dmr Location' containment reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
DMRLocationImpl
An implementation of the model object 'DMR Location'.
|
| Modifier and Type | Field and Description |
|---|---|
protected DMRLocation |
EMFLocationImpl.dmrLocation
The cached value of the '
Dmr Location' containment reference. |
| Modifier and Type | Method and Description |
|---|---|
DMRLocation |
ErrorFactoryImpl.createDMRLocation() |
DMRLocation |
ErrorFactoryImpl.createDMRLocation(VDomainModelReference dmr) |
DMRLocation |
EMFLocationImpl.getDmrLocation() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.NotificationChain |
EMFLocationImpl.basicSetDmrLocation(DMRLocation newDmrLocation,
org.eclipse.emf.common.notify.NotificationChain msgs) |
EMFLocation |
ErrorFactoryImpl.createEMFLocation(org.eclipse.emf.ecore.EObject root,
DMRLocation dmrLocation) |
EMFLocation |
ErrorFactoryImpl.createEMFLocation(org.eclipse.emf.ecore.EObject root,
SettingLocation settingLocation,
DMRLocation dmrLocation) |
void |
EMFLocationImpl.setDmrLocation(DMRLocation newDmrLocation) |
| Modifier and Type | Method and Description |
|---|---|
T |
ErrorSwitch.caseDMRLocation(DMRLocation object)
Returns the result of interpreting the object as an instance of 'DMR Location'.
|
Copyright © 2018. All rights reserved.