com.ibm.wala.ecore.java.scope
Interface EJarFile

All Superinterfaces:
EModule, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
EEarFile, EWarFile
All Known Implementing Classes:
EEarFileImpl, EJarFileImpl, EWarFileImpl

public interface EJarFile
extends EModule

A representation of the model object 'EJar File'.

The following features are supported:

See Also:
JavaScopePackage.getEJarFile()

Method Summary
 java.lang.String getUrl()
          Returns the value of the 'Url' attribute.
 void setUrl(java.lang.String value)
          Sets the value of the 'Url' attribute.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getUrl

java.lang.String getUrl()
Returns the value of the 'Url' attribute.

If the meaning of the 'Url' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Url' attribute.
See Also:
setUrl(String), JavaScopePackage.getEJarFile_Url()

setUrl

void setUrl(java.lang.String value)
Sets the value of the 'Url' attribute.

Parameters:
value - the new value of the 'Url' attribute.
See Also:
getUrl()