org.eclipse.mofscript.MOFScriptModel
Interface SelectExpression

All Superinterfaces:
org.eclipse.emf.ecore.EObject, Expression, MOFScriptObject, org.eclipse.emf.common.notify.Notifier, ValueExpression
All Known Implementing Classes:
SelectExpressionImpl

public interface SelectExpression
extends ValueExpression

A representation of the model object 'Select Expression'.

The following features are supported:

See Also:
MOFScriptModelPackage.getSelectExpression()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 FunctionCall getAppliedFunction()
          Returns the value of the 'Applied Function' reference
 Expression getFilterExpression()
          Returns the value of the 'Filter Expression' containment reference
 SimpleExpression getSourceReference()
          Returns the value of the 'Source Reference' 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 setAppliedFunction(FunctionCall value)
          Sets the value of the 'Applied Function' reference
 void setFilterExpression(Expression value)
          Sets the value of the 'Filter Expression' containment reference
 void setSourceReference(SimpleExpression value)
          Sets the value of the 'Source Reference' 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.ValueExpression
getSpecification, setSpecification
 
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

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.getSelectExpression_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()

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.getSelectExpression_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()

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.getSelectExpression_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()

getSourceReference

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

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

Returns:
the value of the 'Source Reference' containment reference.
See Also:
setSourceReference(SimpleExpression), MOFScriptModelPackage.getSelectExpression_SourceReference()

setSourceReference

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

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

getAppliedFunction

FunctionCall getAppliedFunction()
Returns the value of the 'Applied Function' reference.

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

Returns:
the value of the 'Applied Function' reference.
See Also:
setAppliedFunction(FunctionCall), MOFScriptModelPackage.getSelectExpression_AppliedFunction()

setAppliedFunction

void setAppliedFunction(FunctionCall value)
Sets the value of the 'Applied Function' reference.

Parameters:
value - the new value of the 'Applied Function' reference.
See Also:
getAppliedFunction()