Package com._1c.g5.v8.dt.ql.model
Interface VerbalOperatorExpression
- 
- All Superinterfaces:
- ABinaryOperatorsExpression,- AbstractExpression,- ALogicalBinaryOperatorExpression,- AOperatorsExpression,- org.eclipse.emf.ecore.EObject,- org.eclipse.emf.common.notify.Notifier
 - All Known Implementing Classes:
- VerbalOperatorExpressionImpl
 
 public interface VerbalOperatorExpression extends ALogicalBinaryOperatorExpression A representation of the model object 'Verbal Operator Expression'.The following features are supported: - See Also:
- QlPackage.getVerbalOperatorExpression()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description VerbalOperatorTypegetType()Returns the value of the 'Type' attribute.booleanisNot()Returns the value of the 'Not' attribute.voidsetNot(boolean value)Sets the value of the 'Not' attribute.voidsetType(VerbalOperatorType value)Sets the value of the 'Type' attribute.- 
Methods inherited from interface com._1c.g5.v8.dt.ql.model.ABinaryOperatorsExpressiongetLeft, getRight, setLeft, setRight
 
- 
 
- 
- 
- 
Method Detail- 
getTypeVerbalOperatorType getType() Returns the value of the 'Type' attribute. The literals are from the enumerationVerbalOperatorType.- Returns:
- the value of the 'Type' attribute.
- See Also:
- VerbalOperatorType,- setType(VerbalOperatorType),- QlPackage.getVerbalOperatorExpression_Type()
 
 - 
setTypevoid setType(VerbalOperatorType value) Sets the value of the 'Type' attribute.- Parameters:
- value- the new value of the 'Type' attribute.
- See Also:
- VerbalOperatorType,- getType()
 
 - 
isNotboolean isNot() Returns the value of the 'Not' attribute.- Returns:
- the value of the 'Not' attribute.
- See Also:
- setNot(boolean),- QlPackage.getVerbalOperatorExpression_Not()
 
 
- 
 
-