|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SelectExpression
A representation of the model object 'Select Expression'.
The following features are supported:
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 |
---|
static final java.lang.String copyright
Method Detail |
---|
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.getSelectExpression_Variable()
void setVariable(java.lang.String value)
Variable
' attribute.
value
- the new value of the 'Variable' attribute.getVariable()
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.getSelectExpression_Type()
void setType(java.lang.String value)
Type
' attribute.
value
- the new value of the 'Type' attribute.getType()
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.getSelectExpression_FilterExpression()
void setFilterExpression(Expression value)
Filter Expression
' containment reference.
value
- the new value of the 'Filter Expression' containment reference.getFilterExpression()
SimpleExpression getSourceReference()
If the meaning of the 'Source Reference' containment reference isn't clear, there really should be more of a description here...
setSourceReference(SimpleExpression)
,
MOFScriptModelPackage.getSelectExpression_SourceReference()
void setSourceReference(SimpleExpression value)
Source Reference
' containment reference.
value
- the new value of the 'Source Reference' containment reference.getSourceReference()
FunctionCall getAppliedFunction()
If the meaning of the 'Applied Function' reference isn't clear, there really should be more of a description here...
setAppliedFunction(FunctionCall)
,
MOFScriptModelPackage.getSelectExpression_AppliedFunction()
void setAppliedFunction(FunctionCall value)
Applied Function
' reference.
value
- the new value of the 'Applied Function' reference.getAppliedFunction()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |