Package com._1c.g5.v8.dt.ql.model
Interface AUnaryOperatorsExpression
-
- All Superinterfaces:
AbstractExpression
,AOperatorsExpression
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
ACommonUnaryOperatorExpression
,ALogicalUnaryOperatorExpression
,CommonUnaryNegOperatorExpression
,IsNullOperatorExpression
,LogicalNOTOperatorExpression
- All Known Implementing Classes:
ACommonUnaryOperatorExpressionImpl
,ALogicalUnaryOperatorExpressionImpl
,AUnaryOperatorsExpressionImpl
,CommonUnaryNegOperatorExpressionImpl
,IsNullOperatorExpressionImpl
,LogicalNOTOperatorExpressionImpl
public interface AUnaryOperatorsExpression extends AOperatorsExpression
A representation of the model object 'AUnary Operators Expression'.The following features are supported:
- See Also:
QlPackage.getAUnaryOperatorsExpression()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AbstractExpression
getExpression()
Returns the value of the 'Expression' containment reference.void
setExpression(AbstractExpression value)
Sets the value of the 'Expression
' containment reference.
-
-
-
Method Detail
-
getExpression
AbstractExpression getExpression()
Returns the value of the 'Expression' containment reference.- Returns:
- the value of the 'Expression' containment reference.
- See Also:
setExpression(AbstractExpression)
,QlPackage.getAUnaryOperatorsExpression_Expression()
-
setExpression
void setExpression(AbstractExpression value)
Sets the value of the 'Expression
' containment reference.- Parameters:
value
- the new value of the 'Expression' containment reference.- See Also:
getExpression()
-
-