public interface SettingToSheetMapping
extends org.eclipse.emf.ecore.EObject
The following features are supported:
ErrorPackage.getSettingToSheetMapping()
Modifier and Type | Method and Description |
---|---|
SettingLocation |
getSettingLocation()
Returns the value of the 'Setting Location' containment reference.
|
SheetLocation |
getSheetLocation()
Returns the value of the 'Sheet Location' containment reference.
|
void |
setSettingLocation(SettingLocation value)
Sets the value of the '
Setting Location ' containment reference. |
void |
setSheetLocation(SheetLocation value)
Sets the value of the '
Sheet Location ' containment reference. |
SheetLocation getSheetLocation()
If the meaning of the 'Sheet Location' containment reference isn't clear, there really should be more of a description here...
setSheetLocation(SheetLocation)
,
ErrorPackage.getSettingToSheetMapping_SheetLocation()
void setSheetLocation(SheetLocation value)
Sheet Location
' containment reference.
value
- the new value of the 'Sheet Location' containment reference.getSheetLocation()
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.getSettingToSheetMapping_SettingLocation()
void setSettingLocation(SettingLocation value)
Setting Location
' containment reference.
value
- the new value of the 'Setting Location' containment reference.getSettingLocation()
Copyright © 2016. All rights reserved.