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

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
EClassLoaderImpl

public interface EClassLoader
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'EClass Loader'.

The following features are supported:

See Also:
JavaScopePackage.getEClassLoader()

Method Summary
 java.lang.String getLoaderName()
          Returns the value of the 'Loader Name' attribute.
 org.eclipse.emf.common.util.EList getModules()
          Returns the value of the 'Modules' containment reference list.
 void setLoaderName(java.lang.String value)
          Sets the value of the 'Loader Name' 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

getModules

org.eclipse.emf.common.util.EList getModules()
Returns the value of the 'Modules' containment reference list. The list contents are of type EModule.

If the meaning of the 'Modules' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Modules' containment reference list.
See Also:
JavaScopePackage.getEClassLoader_Modules()

getLoaderName

java.lang.String getLoaderName()
Returns the value of the 'Loader Name' attribute.

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

Returns:
the value of the 'Loader Name' attribute.
See Also:
setLoaderName(String), JavaScopePackage.getEClassLoader_LoaderName()

setLoaderName

void setLoaderName(java.lang.String value)
Sets the value of the 'Loader Name' attribute.

Parameters:
value - the new value of the 'Loader Name' attribute.
See Also:
getLoaderName()