Package org.enterprisedomain.classmaker
Interface ResourceAdapter
- All Superinterfaces:
org.eclipse.emf.common.notify.Adapter,org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ResourceAdapterImpl
public interface ResourceAdapter
extends org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Adapter
A representation of the model object 'Resource
Adapter'.
EObject
adapter for
Resource.
The following features are supported:
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.emf.common.notify.Adapter
org.eclipse.emf.common.notify.Adapter.Internal -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Filename' attribute.Returns the value of the 'Project' container reference.org.eclipse.emf.ecore.resource.ResourceReturns the value of the 'Resource' reference.voidsetProject(Project value) Sets the value of the 'Project' container reference.voidsetResource(org.eclipse.emf.ecore.resource.Resource value) Sets the value of the 'Resource' reference.Methods inherited from interface org.eclipse.emf.common.notify.Adapter
getTarget, isAdapterForType, notifyChanged, setTargetMethods 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
-
getResource
org.eclipse.emf.ecore.resource.Resource getResource()Returns the value of the 'Resource' reference.If the meaning of the 'Resource' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Resource' reference.
- See Also:
-
setResource
void setResource(org.eclipse.emf.ecore.resource.Resource value) Sets the value of the 'Resource' reference.- Parameters:
value- the new value of the 'Resource' reference.- See Also:
-
getFilename
String getFilename()Returns the value of the 'Filename' attribute.If the meaning of the 'Filename' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Filename' attribute.
- See Also:
-
getProject
Project getProject()Returns the value of the 'Project' container reference. It is bidirectional and its opposite is 'Model Resource Adapter'.If the meaning of the 'Project' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Project' container reference.
- See Also:
-
setProject
Sets the value of the 'Project' container reference.- Parameters:
value- the new value of the 'Project' container reference.- See Also:
-