org.eclipse.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()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 ValueExpression getAfter()
          Returns the value of the 'After' containment reference
 ValueExpression getBefore()
          Returns the value of the 'Before' containment reference
 ValueExpression getBetween()
          Returns the value of the 'Between' containment reference
 Expression 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 setAfter(ValueExpression value)
          Sets the value of the 'After' containment reference
 void setBefore(ValueExpression value)
          Sets the value of the 'Before' containment reference
 void setBetween(ValueExpression value)
          Sets the value of the 'Between' containment reference
 void setFilterExpression(Expression 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.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, eInvoke, 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

getType

java.lang.String getType()
Returns the value of the 'Type' attribute. The default value is "".

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. The default value is "".

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

Expression 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(Expression), MOFScriptModelPackage.getIteratorStatement_FilterExpression()

setFilterExpression

void setFilterExpression(Expression 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()

getBefore

ValueExpression getBefore()
Returns the value of the 'Before' containment reference.

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

Returns:
the value of the 'Before' containment reference.
See Also:
setBefore(ValueExpression), MOFScriptModelPackage.getIteratorStatement_Before()

setBefore

void setBefore(ValueExpression value)
Sets the value of the 'Before' containment reference.

Parameters:
value - the new value of the 'Before' containment reference.
See Also:
getBefore()

getBetween

ValueExpression getBetween()
Returns the value of the 'Between' containment reference.

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

Returns:
the value of the 'Between' containment reference.
See Also:
setBetween(ValueExpression), MOFScriptModelPackage.getIteratorStatement_Between()

setBetween

void setBetween(ValueExpression value)
Sets the value of the 'Between' containment reference.

Parameters:
value - the new value of the 'Between' containment reference.
See Also:
getBetween()

getAfter

ValueExpression getAfter()
Returns the value of the 'After' containment reference.

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

Returns:
the value of the 'After' containment reference.
See Also:
setAfter(ValueExpression), MOFScriptModelPackage.getIteratorStatement_After()

setAfter

void setAfter(ValueExpression value)
Sets the value of the 'After' containment reference.

Parameters:
value - the new value of the 'After' containment reference.
See Also:
getAfter()