Interface IRawLocation
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
IScript
,IScriptLocation
public interface IRawLocation
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Raw Location'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Location' attribute.boolean
Returns the value of the 'Update Pending' attribute.void
setLocation
(String value) Sets the value of the 'Location
' attribute.void
setUpdatePending
(boolean value) Sets the value of the 'Update Pending
' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getLocation
String getLocation()Returns the value of the 'Location' attribute.If the meaning of the 'Location' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Location' attribute.
- See Also:
-
setLocation
Sets the value of the 'Location
' attribute.- Parameters:
value
- the new value of the 'Location' attribute.- See Also:
-
isUpdatePending
boolean isUpdatePending()Returns the value of the 'Update Pending' attribute. The default value is"false"
.If the meaning of the 'Update Pending' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Update Pending' attribute.
- See Also:
-
setUpdatePending
void setUpdatePending(boolean value) Sets the value of the 'Update Pending
' attribute.- Parameters:
value
- the new value of the 'Update Pending' attribute.- See Also:
-
getResource
Object getResource() -
getInputStream
InputStream getInputStream()
-