|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Comparison
A representation of the model object 'Comparison'.
The following features are supported:
SimpleExpressionsPackage.getComparison()| Method Summary | |
|---|---|
Expression |
getLeft()
Returns the value of the 'Left' containment reference |
java.lang.String |
getOperator()
Returns the value of the 'Operator' attribute |
Expression |
getRight()
Returns the value of the 'Right' containment reference |
void |
setLeft(Expression value)
Sets the value of the ' Left' containment reference |
void |
setOperator(java.lang.String value)
Sets the value of the ' Operator' attribute |
void |
setRight(Expression value)
Sets the value of the ' Right' containment reference |
| 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 |
| Method Detail |
|---|
Expression getLeft()
If the meaning of the 'Left' containment reference isn't clear, there really should be more of a description here...
setLeft(Expression),
SimpleExpressionsPackage.getComparison_Left()void setLeft(Expression value)
Left' containment reference.
value - the new value of the 'Left' containment reference.getLeft()java.lang.String getOperator()
If the meaning of the 'Operator' attribute isn't clear, there really should be more of a description here...
setOperator(String),
SimpleExpressionsPackage.getComparison_Operator()void setOperator(java.lang.String value)
Operator' attribute.
value - the new value of the 'Operator' attribute.getOperator()Expression getRight()
If the meaning of the 'Right' containment reference isn't clear, there really should be more of a description here...
setRight(Expression),
SimpleExpressionsPackage.getComparison_Right()void setRight(Expression value)
Right' containment reference.
value - the new value of the 'Right' containment reference.getRight()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||