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
A representation of the model object 'Model Location'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Property Name' attribute.voidsetPropertyName(String value) Sets the value of the 'Property Name' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
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
Sets the value of the 'Property Name' attribute.- Parameters:
value- the new value of the 'Property Name' attribute.- See Also:
-