public interface SettingLocation
extends org.eclipse.emf.ecore.EObject
The following features are supported:
ErrorPackage.getSettingLocation()
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.ecore.EObject |
getEObject()
Returns the value of the 'EObject' reference.
|
org.eclipse.emf.ecore.EStructuralFeature |
getFeature()
Returns the value of the 'Feature' reference.
|
void |
setEObject(org.eclipse.emf.ecore.EObject value)
Sets the value of the '
EObject ' reference. |
void |
setFeature(org.eclipse.emf.ecore.EStructuralFeature value)
Sets the value of the '
Feature ' reference. |
org.eclipse.emf.ecore.EObject getEObject()
If the meaning of the 'EObject' reference isn't clear, there really should be more of a description here...
setEObject(EObject)
,
ErrorPackage.getSettingLocation_EObject()
void setEObject(org.eclipse.emf.ecore.EObject value)
EObject
' reference.
value
- the new value of the 'EObject' reference.getEObject()
org.eclipse.emf.ecore.EStructuralFeature getFeature()
If the meaning of the 'Feature' reference isn't clear, there really should be more of a description here...
setFeature(EStructuralFeature)
,
ErrorPackage.getSettingLocation_Feature()
void setFeature(org.eclipse.emf.ecore.EStructuralFeature value)
Feature
' reference.
value
- the new value of the 'Feature' reference.getFeature()
Copyright © 2018. All rights reserved.