|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IteratorStatement
A representation of the model object 'Iterator Statement'.
The following features are supported:
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 |
---|
static final java.lang.String copyright
Method Detail |
---|
java.lang.String getType()
""
.
If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
setType(String)
,
MOFScriptModelPackage.getIteratorStatement_Type()
void setType(java.lang.String value)
Type
' attribute.
value
- the new value of the 'Type' attribute.getType()
java.lang.String getVariable()
""
.
If the meaning of the 'Variable' attribute isn't clear, there really should be more of a description here...
setVariable(String)
,
MOFScriptModelPackage.getIteratorStatement_Variable()
void setVariable(java.lang.String value)
Variable
' attribute.
value
- the new value of the 'Variable' attribute.getVariable()
Expression getFilterExpression()
If the meaning of the 'Filter Expression' containment reference isn't clear, there really should be more of a description here...
setFilterExpression(Expression)
,
MOFScriptModelPackage.getIteratorStatement_FilterExpression()
void setFilterExpression(Expression value)
Filter Expression
' containment reference.
value
- the new value of the 'Filter Expression' containment reference.getFilterExpression()
SimpleExpression getSource()
If the meaning of the 'Source' containment reference isn't clear, there really should be more of a description here...
setSource(SimpleExpression)
,
MOFScriptModelPackage.getIteratorStatement_Source()
void setSource(SimpleExpression value)
Source
' containment reference.
value
- the new value of the 'Source' containment reference.getSource()
ValueExpression getBefore()
If the meaning of the 'Before' containment reference isn't clear, there really should be more of a description here...
setBefore(ValueExpression)
,
MOFScriptModelPackage.getIteratorStatement_Before()
void setBefore(ValueExpression value)
Before
' containment reference.
value
- the new value of the 'Before' containment reference.getBefore()
ValueExpression getBetween()
If the meaning of the 'Between' containment reference isn't clear, there really should be more of a description here...
setBetween(ValueExpression)
,
MOFScriptModelPackage.getIteratorStatement_Between()
void setBetween(ValueExpression value)
Between
' containment reference.
value
- the new value of the 'Between' containment reference.getBetween()
ValueExpression getAfter()
If the meaning of the 'After' containment reference isn't clear, there really should be more of a description here...
setAfter(ValueExpression)
,
MOFScriptModelPackage.getIteratorStatement_After()
void setAfter(ValueExpression value)
After
' containment reference.
value
- the new value of the 'After' containment reference.getAfter()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |