public interface EMFLocation
extends org.eclipse.emf.ecore.EObject
The following features are supported:
ErrorPackage.getEMFLocation()
Modifier and Type | Method and Description |
---|---|
DMRLocation |
getDmrLocation()
Returns the value of the 'Dmr Location' containment reference.
|
org.eclipse.emf.ecore.EObject |
getRoot()
Returns the value of the 'Root' reference.
|
SettingLocation |
getSettingLocation()
Returns the value of the 'Setting Location' containment reference.
|
void |
setDmrLocation(DMRLocation value)
Sets the value of the '
Dmr Location ' containment reference. |
void |
setRoot(org.eclipse.emf.ecore.EObject value)
Sets the value of the '
Root ' reference. |
void |
setSettingLocation(SettingLocation value)
Sets the value of the '
Setting Location ' containment reference. |
org.eclipse.emf.ecore.EObject getRoot()
If the meaning of the 'Root' reference isn't clear, there really should be more of a description here...
setRoot(EObject)
,
ErrorPackage.getEMFLocation_Root()
void setRoot(org.eclipse.emf.ecore.EObject value)
Root
' reference.
value
- the new value of the 'Root' reference.getRoot()
SettingLocation getSettingLocation()
If the meaning of the 'Setting Location' containment reference isn't clear, there really should be more of a description here...
setSettingLocation(SettingLocation)
,
ErrorPackage.getEMFLocation_SettingLocation()
void setSettingLocation(SettingLocation value)
Setting Location
' containment reference.
value
- the new value of the 'Setting Location' containment reference.getSettingLocation()
DMRLocation getDmrLocation()
If the meaning of the 'Dmr Location' containment reference isn't clear, there really should be more of a description here...
setDmrLocation(DMRLocation)
,
ErrorPackage.getEMFLocation_DmrLocation()
void setDmrLocation(DMRLocation value)
Dmr Location
' containment reference.
value
- the new value of the 'Dmr Location' containment reference.getDmrLocation()
Copyright © 2016. All rights reserved.