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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description AbstractExpressiongetExpression()Returns the value of the 'Expression' containment reference.voidsetExpression(AbstractExpression value)Sets the value of the 'Expression' containment reference.
 
- 
- 
- 
Method Detail- 
getExpressionAbstractExpression getExpression() Returns the value of the 'Expression' containment reference.- Returns:
- the value of the 'Expression' containment reference.
- See Also:
- setExpression(AbstractExpression),- QlPackage.getAUnaryOperatorsExpression_Expression()
 
 - 
setExpressionvoid setExpression(AbstractExpression value) Sets the value of the 'Expression' containment reference.- Parameters:
- value- the new value of the 'Expression' containment reference.
- See Also:
- getExpression()
 
 
- 
 
-