Package com._1c.g5.v8.dt.ql.model
Interface LogicalCompareOperatorExpression
- 
- All Superinterfaces:
- ABinaryOperatorsExpression,- AbstractExpression,- ALogicalBinaryOperatorExpression,- AOperatorsExpression,- org.eclipse.emf.ecore.EObject,- org.eclipse.emf.common.notify.Notifier
 - All Known Implementing Classes:
- LogicalCompareOperatorExpressionImpl
 
 public interface LogicalCompareOperatorExpression extends ALogicalBinaryOperatorExpression A representation of the model object 'Logical Compare Operator Expression'.The following features are supported: 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description LogicalCompareTypegetCompareType()Returns the value of the 'Compare Type' attribute.voidsetCompareType(LogicalCompareType value)Sets the value of the 'Compare Type' attribute.- 
Methods inherited from interface com._1c.g5.v8.dt.ql.model.ABinaryOperatorsExpressiongetLeft, getRight, setLeft, setRight
 
- 
 
- 
- 
- 
Method Detail- 
getCompareTypeLogicalCompareType getCompareType() Returns the value of the 'Compare Type' attribute. The literals are from the enumerationLogicalCompareType.- Returns:
- the value of the 'Compare Type' attribute.
- See Also:
- LogicalCompareType,- setCompareType(LogicalCompareType),- QlPackage.getLogicalCompareOperatorExpression_CompareType()
 
 - 
setCompareTypevoid setCompareType(LogicalCompareType value) Sets the value of the 'Compare Type' attribute.- Parameters:
- value- the new value of the 'Compare Type' attribute.
- See Also:
- LogicalCompareType,- getCompareType()
 
 
- 
 
-