Interface DependentProject
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
V8TranslatedExtensionProject,V8TranslatedExternalObjectProject
- All Known Implementing Classes:
V8TranslatedExtensionProjectImpl,V8TranslatedExternalObjectProjectImpl
public interface DependentProject
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Dependent Project'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Base Project' attribute.voidsetBaseProject(String value) Sets the value of the 'Base Project' attribute.Methods 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
-
getBaseProject
String getBaseProject()Returns the value of the 'Base Project' attribute.- Returns:
- the value of the 'Base Project' attribute.
- See Also:
-
setBaseProject
Sets the value of the 'Base Project' attribute.- Parameters:
value- the new value of the 'Base Project' attribute.- See Also:
-