public interface IRawLocation
extends org.eclipse.emf.ecore.EObject
The following features are supported:
IRepositoryPackage.getRawLocation()
Modifier and Type | Method and Description |
---|---|
InputStream |
getInputStream() |
String |
getLocation()
Returns the value of the 'Location' attribute.
|
Object |
getResource() |
boolean |
isUpdatePending()
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. |
String getLocation()
If the meaning of the 'Location' attribute isn't clear, there really should be more of a description here...
setLocation(String)
,
IRepositoryPackage.getRawLocation_Location()
void setLocation(String value)
Location
' attribute. value
- the new value of the 'Location' attribute.getLocation()
boolean isUpdatePending()
"false"
.
If the meaning of the 'Update Pending' attribute isn't clear, there really should be more of a description here...
setUpdatePending(boolean)
,
IRepositoryPackage.getRawLocation_UpdatePending()
void setUpdatePending(boolean value)
Update Pending
' attribute. value
- the new value of the 'Update Pending' attribute.isUpdatePending()
Object getResource()
InputStream getInputStream()