|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ComparisonExpression
A representation of the model object 'Comparison Expression'.
The following features are supported:
MOFScriptModelPackage.getComparisonExpression()
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
ComparisonOperator |
getOperator()
Returns the value of the 'Operator' attribute. |
ValueExpression |
getPart1()
Returns the value of the 'Part1' containment reference |
ValueExpression |
getPart2()
Returns the value of the 'Part2' containment reference |
void |
setOperator(ComparisonOperator value)
Sets the value of the ' Operator ' attribute |
void |
setPart1(ValueExpression value)
Sets the value of the ' Part1 ' containment reference |
void |
setPart2(ValueExpression value)
Sets the value of the ' Part2 ' containment reference |
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 |
---|
ComparisonOperator getOperator()
ComparisonOperator
.
If the meaning of the 'Operator' attribute isn't clear, there really should be more of a description here...
ComparisonOperator
,
setOperator(ComparisonOperator)
,
MOFScriptModelPackage.getComparisonExpression_Operator()
void setOperator(ComparisonOperator value)
Operator
' attribute.
value
- the new value of the 'Operator' attribute.ComparisonOperator
,
getOperator()
ValueExpression getPart2()
If the meaning of the 'Part2' containment reference isn't clear, there really should be more of a description here...
setPart2(ValueExpression)
,
MOFScriptModelPackage.getComparisonExpression_Part2()
void setPart2(ValueExpression value)
Part2
' containment reference.
value
- the new value of the 'Part2' containment reference.getPart2()
ValueExpression getPart1()
If the meaning of the 'Part1' containment reference isn't clear, there really should be more of a description here...
setPart1(ValueExpression)
,
MOFScriptModelPackage.getComparisonExpression_Part1()
void setPart1(ValueExpression value)
Part1
' containment reference.
value
- the new value of the 'Part1' containment reference.getPart1()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |