Interface ModelLocation
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
,TraceLinkEnd
- All Known Subinterfaces:
EmfModelLocation
- All Known Implementing Classes:
EmfModelLocationImpl
,ModelLocationImpl
public interface ModelLocation extends TraceLinkEnd
A representation of the model object 'Model Location'.The following features are supported:
- See Also:
TextlinkPackage.getModelLocation()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getPropertyName()
Returns the value of the 'Property Name' attribute.void
setPropertyName(String value)
Sets the value of the 'Property Name
' attribute.
-
-
-
Method Detail
-
getPropertyName
String getPropertyName()
Returns the value of the 'Property Name' attribute.If the meaning of the 'Property Name' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Property Name' attribute.
- See Also:
setPropertyName(String)
,TextlinkPackage.getModelLocation_PropertyName()
-
setPropertyName
void setPropertyName(String value)
Sets the value of the 'Property Name
' attribute.- Parameters:
value
- the new value of the 'Property Name' attribute.- See Also:
getPropertyName()
-
-