public interface LogicalExpression
extends org.eclipse.emf.ecore.EObject
The following features are supported:
AstPackage.getLogicalExpression()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList |
getLogicalSubExpressionList()
Returns the value of the 'Logical Sub Expression List' containment reference list.
|
RelationalExpression |
getRelationalExpression()
Returns the value of the 'Relational Expression' containment reference
|
java.lang.String |
getType()
Returns the value of the 'Type' attribute
|
void |
setRelationalExpression(RelationalExpression value)
Sets the value of the '
Relational 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.getLogicalExpression_Type()void setType(java.lang.String value)
Type' attribute.
value - the new value of the 'Type' attribute.getType()org.eclipse.emf.common.util.EList getLogicalSubExpressionList()
LogicalSubExpression.
If the meaning of the 'Logical Sub Expression List' reference list isn't clear, there really should be more of a description here...
AstPackage.getLogicalExpression_LogicalSubExpressionList()RelationalExpression getRelationalExpression()
If the meaning of the 'Relational Expression' reference isn't clear, there really should be more of a description here...
setRelationalExpression(RelationalExpression),
AstPackage.getLogicalExpression_RelationalExpression()void setRelationalExpression(RelationalExpression value)
Relational Expression' containment reference.
value - the new value of the 'Relational Expression' containment reference.getRelationalExpression()Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.