Modifier and Type | Method and Description |
---|---|
SettingLocation |
ErrorFactory.createSettingLocation()
Returns a new object of class 'Setting Location'.
|
SettingLocation |
ErrorFactory.createSettingLocation(org.eclipse.emf.ecore.EObject eObject,
org.eclipse.emf.ecore.EStructuralFeature feature)
Creates a new
SettingLocation . |
SettingLocation |
EMFLocation.getSettingLocation()
Returns the value of the 'Setting Location' containment reference.
|
SettingLocation |
SettingToSheetMapping.getSettingLocation()
Returns the value of the 'Setting Location' containment reference.
|
Modifier and Type | Method and Description |
---|---|
EMFLocation |
ErrorFactory.createEMFLocation(org.eclipse.emf.ecore.EObject root,
SettingLocation settingLocation)
Creates a new
EMFLocation . |
EMFLocation |
ErrorFactory.createEMFLocation(org.eclipse.emf.ecore.EObject root,
SettingLocation settingLocation,
DMRLocation dmrLocation)
Creates a new
EMFLocation . |
SettingToSheetMapping |
ErrorFactory.createSettingToSheetMapping(SettingLocation settingLocation,
SheetLocation sheetLocation)
Creates a SettingToSheetMapping based on the combination of the
SettingLocation and the
SheetLocation . |
void |
EMFLocation.setSettingLocation(SettingLocation value)
Sets the value of the '
Setting Location ' containment reference. |
void |
SettingToSheetMapping.setSettingLocation(SettingLocation value)
Sets the value of the '
Setting Location ' containment reference. |
Modifier and Type | Class and Description |
---|---|
class |
SettingLocationImpl
An implementation of the model object 'Setting Location'.
|
Modifier and Type | Field and Description |
---|---|
protected SettingLocation |
EMFLocationImpl.settingLocation
The cached value of the '
Setting Location ' containment reference. |
protected SettingLocation |
SettingToSheetMappingImpl.settingLocation
The cached value of the '
Setting Location ' containment reference. |
Modifier and Type | Method and Description |
---|---|
SettingLocation |
ErrorFactoryImpl.createSettingLocation() |
SettingLocation |
ErrorFactoryImpl.createSettingLocation(org.eclipse.emf.ecore.EObject eObject,
org.eclipse.emf.ecore.EStructuralFeature feature) |
SettingLocation |
EMFLocationImpl.getSettingLocation() |
SettingLocation |
SettingToSheetMappingImpl.getSettingLocation() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
EMFLocationImpl.basicSetSettingLocation(SettingLocation newSettingLocation,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
SettingToSheetMappingImpl.basicSetSettingLocation(SettingLocation newSettingLocation,
org.eclipse.emf.common.notify.NotificationChain msgs) |
EMFLocation |
ErrorFactoryImpl.createEMFLocation(org.eclipse.emf.ecore.EObject root,
SettingLocation settingLocation) |
EMFLocation |
ErrorFactoryImpl.createEMFLocation(org.eclipse.emf.ecore.EObject root,
SettingLocation settingLocation,
DMRLocation dmrLocation) |
SettingToSheetMapping |
ErrorFactoryImpl.createSettingToSheetMapping(SettingLocation settingLocation,
SheetLocation sheetLocation)
Creates a SettingToSheetMapping based on the combination of the
SettingLocation and the
SheetLocation . |
void |
EMFLocationImpl.setSettingLocation(SettingLocation newSettingLocation) |
void |
SettingToSheetMappingImpl.setSettingLocation(SettingLocation newSettingLocation) |
Modifier and Type | Method and Description |
---|---|
T |
ErrorSwitch.caseSettingLocation(SettingLocation object)
Returns the result of interpreting the object as an instance of 'Setting Location'.
|
Copyright © 2016. All rights reserved.