Interface VariableDeclaration
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
VariableDeclarationImpl
public interface VariableDeclaration
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Variable Declaration'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetConst()Returns the value of the 'Const' attribute.Returns the value of the 'Expression' containment reference.getName()Returns the value of the 'Name' attribute.getType()Returns the value of the 'Type' containment reference.voidSets the value of the 'Const' attribute.voidsetExpression(Expression value) Sets the value of the 'Expression' containment reference.voidSets the value of the 'Name' attribute.voidSets 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
-
getConst
String getConst()Returns the value of the 'Const' attribute.- Returns:
- the value of the 'Const' attribute.
- See Also:
-
setConst
Sets the value of the 'Const' attribute.- Parameters:
value- the new value of the 'Const' attribute.- See Also:
-
getType
Type getType()Returns the value of the 'Type' containment reference.- Returns:
- the value of the 'Type' containment reference.
- See Also:
-
setType
Sets the value of the 'Type' containment reference.- Parameters:
value- the new value of the 'Type' containment reference.- See Also:
-
getName
String getName()Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
-
setName
Sets the value of the 'Name' attribute.- Parameters:
value- the new value of the 'Name' attribute.- See Also:
-
getExpression
Expression getExpression()Returns the value of the 'Expression' containment reference.- Returns:
- the value of the 'Expression' containment reference.
- See Also:
-
setExpression
Sets the value of the 'Expression' containment reference.- Parameters:
value- the new value of the 'Expression' containment reference.- See Also:
-