public interface RelationalExpression
extends org.eclipse.emf.ecore.EObject
The following features are supported:
AstPackage.getRelationalExpression()| Modifier and Type | Method and Description |
|---|---|
AdditiveExpression |
getAdditiveExpression()
Returns the value of the 'Additive Expression' containment reference
|
RelationalSubExpression |
getRelationalSubExpression()
Returns the value of the 'Relational Sub Expression' containment reference
|
java.lang.String |
getType()
Returns the value of the 'Type' attribute
|
void |
setAdditiveExpression(AdditiveExpression value)
Sets the value of the '
Additive Expression' containment reference |
void |
setRelationalSubExpression(RelationalSubExpression value)
Sets the value of the '
Relational Sub Expression' containment reference |
void |
setType(java.lang.String value)
Sets the value of the '
Type' attribute |
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),
AstPackage.getRelationalExpression_Type()void setType(java.lang.String value)
Type' attribute.
value - the new value of the 'Type' attribute.getType()AdditiveExpression getAdditiveExpression()
If the meaning of the 'Additive Expression' reference isn't clear, there really should be more of a description here...
setAdditiveExpression(AdditiveExpression),
AstPackage.getRelationalExpression_AdditiveExpression()void setAdditiveExpression(AdditiveExpression value)
Additive Expression' containment reference.
value - the new value of the 'Additive Expression' containment reference.getAdditiveExpression()RelationalSubExpression getRelationalSubExpression()
If the meaning of the 'Relational Sub Expression' reference isn't clear, there really should be more of a description here...
setRelationalSubExpression(RelationalSubExpression),
AstPackage.getRelationalExpression_RelationalSubExpression()void setRelationalSubExpression(RelationalSubExpression value)
Relational Sub Expression' containment reference.
value - the new value of the 'Relational Sub Expression' containment reference.getRelationalSubExpression()Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.