org.eclipse.mofscript.MOFScriptModel
Interface VariableDeclarationStatement

All Superinterfaces:
org.eclipse.emf.ecore.EObject, MOFScriptObject, MOFScriptStatement, MOFScriptStatementOwner, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
VariableDeclarationStatementImpl

public interface VariableDeclarationStatement
extends MOFScriptStatement

A representation of the model object 'Variable Declaration Statement'.

The following features are supported:

See Also:
MOFScriptModelPackage.getVariableDeclarationStatement()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 VariableDeclaration getVariable()
          Returns the value of the 'Variable' reference
 void setVariable(VariableDeclaration value)
          Sets the value of the 'Variable' reference
 
Methods inherited from interface org.eclipse.mofscript.MOFScriptModel.MOFScriptStatement
getOwner, setOwner
 
Methods inherited from interface org.eclipse.mofscript.MOFScriptModel.MOFScriptStatementOwner
getBlocks, getStatements, getVariables
 
Methods inherited from interface org.eclipse.mofscript.MOFScriptModel.MOFScriptObject
getColumn, getComment, getLine, setColumn, setLine
 
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
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getVariable

VariableDeclaration getVariable()
Returns the value of the 'Variable' reference.

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

Returns:
the value of the 'Variable' reference.
See Also:
setVariable(VariableDeclaration), MOFScriptModelPackage.getVariableDeclarationStatement_Variable()

setVariable

void setVariable(VariableDeclaration value)
Sets the value of the 'Variable' reference.

Parameters:
value - the new value of the 'Variable' reference.
See Also:
getVariable()