org.sintef.mofscript.MOFScriptModel
Interface IteratorStatement

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

public interface IteratorStatement
extends MOFScriptStatement

A representation of the model object 'Iterator Statement'.

The following features are supported:

See Also:
MOFScriptModelPackage.getIteratorStatement()

Method Summary
 LogicalExpression getFilterExpression()
          Returns the value of the 'Filter Expression' containment reference
 SimpleExpression getSource()
          Returns the value of the 'Source' containment reference
 java.lang.String getType()
          Returns the value of the 'Type' attribute
 java.lang.String getVariable()
          Returns the value of the 'Variable' attribute
 void setFilterExpression(LogicalExpression value)
          Sets the value of the 'Filter Expression' containment reference
 void setSource(SimpleExpression value)
          Sets the value of the 'Source' containment reference
 void setType(java.lang.String value)
          Sets the value of the 'Type' attribute
 void setVariable(java.lang.String value)
          Sets the value of the 'Variable' attribute
 
Methods inherited from interface org.sintef.mofscript.MOFScriptModel.MOFScriptStatement
getOwner, setOwner
 
Methods inherited from interface org.sintef.mofscript.MOFScriptModel.MOFScriptStatementOwner
getStatements, getVariables
 
Methods inherited from interface org.sintef.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
 

Method Detail

getType

java.lang.String getType()
Returns the value of the 'Type' attribute.

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

Returns:
the value of the 'Type' attribute.
See Also:
setType(String), MOFScriptModelPackage.getIteratorStatement_Type()

setType

void setType(java.lang.String value)
Sets the value of the 'Type' attribute.

Parameters:
value - the new value of the 'Type' attribute.
See Also:
getType()

getVariable

java.lang.String getVariable()
Returns the value of the 'Variable' attribute.

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

Returns:
the value of the 'Variable' attribute.
See Also:
setVariable(String), MOFScriptModelPackage.getIteratorStatement_Variable()

setVariable

void setVariable(java.lang.String value)
Sets the value of the 'Variable' attribute.

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

getFilterExpression

LogicalExpression getFilterExpression()
Returns the value of the 'Filter Expression' containment reference.

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

Returns:
the value of the 'Filter Expression' containment reference.
See Also:
setFilterExpression(LogicalExpression), MOFScriptModelPackage.getIteratorStatement_FilterExpression()

setFilterExpression

void setFilterExpression(LogicalExpression value)
Sets the value of the 'Filter Expression' containment reference.

Parameters:
value - the new value of the 'Filter Expression' containment reference.
See Also:
getFilterExpression()

getSource

SimpleExpression getSource()
Returns the value of the 'Source' containment reference.

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

Returns:
the value of the 'Source' containment reference.
See Also:
setSource(SimpleExpression), MOFScriptModelPackage.getIteratorStatement_Source()

setSource

void setSource(SimpleExpression value)
Sets the value of the 'Source' containment reference.

Parameters:
value - the new value of the 'Source' containment reference.
See Also:
getSource()