Interface Instantiate
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
InstantiateImpl
public interface Instantiate
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Instantiate'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionde.uni_hildesheim.sse.vil.expressions.expressionDsl.ArgumentListgetParam()Returns the value of the 'Param' containment reference.Returns the value of the 'Project' attribute.Returns the value of the 'Rule Name' attribute.de.uni_hildesheim.sse.vil.expressions.expressionDsl.VersionSpecReturns the value of the 'Version Spec' containment reference.voidsetParam(de.uni_hildesheim.sse.vil.expressions.expressionDsl.ArgumentList value) Sets the value of the 'Param' containment reference.voidsetProject(String value) Sets the value of the 'Project' attribute.voidsetRuleName(String value) Sets the value of the 'Rule Name' attribute.voidsetVersionSpec(de.uni_hildesheim.sse.vil.expressions.expressionDsl.VersionSpec value) Sets the value of the 'Version Spec' containment reference.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
-
getProject
String getProject()Returns the value of the 'Project' attribute.- Returns:
- the value of the 'Project' attribute.
- See Also:
-
setProject
Sets the value of the 'Project' attribute.- Parameters:
value- the new value of the 'Project' attribute.- See Also:
-
getRuleName
String getRuleName()Returns the value of the 'Rule Name' attribute.- Returns:
- the value of the 'Rule Name' attribute.
- See Also:
-
setRuleName
Sets the value of the 'Rule Name' attribute.- Parameters:
value- the new value of the 'Rule Name' attribute.- See Also:
-
getParam
de.uni_hildesheim.sse.vil.expressions.expressionDsl.ArgumentList getParam()Returns the value of the 'Param' containment reference.- Returns:
- the value of the 'Param' containment reference.
- See Also:
-
setParam
void setParam(de.uni_hildesheim.sse.vil.expressions.expressionDsl.ArgumentList value) Sets the value of the 'Param' containment reference.- Parameters:
value- the new value of the 'Param' containment reference.- See Also:
-
getVersionSpec
de.uni_hildesheim.sse.vil.expressions.expressionDsl.VersionSpec getVersionSpec()Returns the value of the 'Version Spec' containment reference.- Returns:
- the value of the 'Version Spec' containment reference.
- See Also:
-
setVersionSpec
void setVersionSpec(de.uni_hildesheim.sse.vil.expressions.expressionDsl.VersionSpec value) Sets the value of the 'Version Spec' containment reference.- Parameters:
value- the new value of the 'Version Spec' containment reference.- See Also:
-