Interface VilDef
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
VilDefImpl
public interface VilDef
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Vil Def'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionde.uni_hildesheim.sse.vil.expressions.expressionDsl.AnnotationDeclarationsReturns the value of the 'Annotations' containment reference.getId()Returns the value of the 'Id' attribute.de.uni_hildesheim.sse.vil.expressions.expressionDsl.ParameterListgetParam()Returns the value of the 'Param' containment reference.Returns the value of the 'Protected' attribute.getStmts()Returns the value of the 'Stmts' containment reference.de.uni_hildesheim.sse.vil.expressions.expressionDsl.TypegetType()Returns the value of the 'Type' containment reference.voidsetAnnotations(de.uni_hildesheim.sse.vil.expressions.expressionDsl.AnnotationDeclarations value) Sets the value of the 'Annotations' containment reference.voidSets the value of the 'Id' attribute.voidsetParam(de.uni_hildesheim.sse.vil.expressions.expressionDsl.ParameterList value) Sets the value of the 'Param' containment reference.voidsetProtected(String value) Sets the value of the 'Protected' attribute.voidSets the value of the 'Stmts' containment reference.voidsetType(de.uni_hildesheim.sse.vil.expressions.expressionDsl.Type value) Sets the value of the 'Type' 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
-
getAnnotations
de.uni_hildesheim.sse.vil.expressions.expressionDsl.AnnotationDeclarations getAnnotations()Returns the value of the 'Annotations' containment reference.- Returns:
- the value of the 'Annotations' containment reference.
- See Also:
-
setAnnotations
void setAnnotations(de.uni_hildesheim.sse.vil.expressions.expressionDsl.AnnotationDeclarations value) Sets the value of the 'Annotations' containment reference.- Parameters:
value- the new value of the 'Annotations' containment reference.- See Also:
-
getProtected
String getProtected()Returns the value of the 'Protected' attribute.- Returns:
- the value of the 'Protected' attribute.
- See Also:
-
setProtected
Sets the value of the 'Protected' attribute.- Parameters:
value- the new value of the 'Protected' attribute.- See Also:
-
getType
de.uni_hildesheim.sse.vil.expressions.expressionDsl.Type getType()Returns the value of the 'Type' containment reference.- Returns:
- the value of the 'Type' containment reference.
- See Also:
-
setType
void setType(de.uni_hildesheim.sse.vil.expressions.expressionDsl.Type value) Sets the value of the 'Type' containment reference.- Parameters:
value- the new value of the 'Type' containment reference.- See Also:
-
getId
String getId()Returns the value of the 'Id' attribute.- Returns:
- the value of the 'Id' attribute.
- See Also:
-
setId
Sets the value of the 'Id' attribute.- Parameters:
value- the new value of the 'Id' attribute.- See Also:
-
getParam
de.uni_hildesheim.sse.vil.expressions.expressionDsl.ParameterList 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.ParameterList value) Sets the value of the 'Param' containment reference.- Parameters:
value- the new value of the 'Param' containment reference.- See Also:
-
getStmts
StmtBlock getStmts()Returns the value of the 'Stmts' containment reference.- Returns:
- the value of the 'Stmts' containment reference.
- See Also:
-
setStmts
Sets the value of the 'Stmts' containment reference.- Parameters:
value- the new value of the 'Stmts' containment reference.- See Also:
-