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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LogicalCompareType
getCompareType()
Returns the value of the 'Compare Type' attribute.void
setCompareType(LogicalCompareType value)
Sets the value of the 'Compare Type
' attribute.-
Methods inherited from interface com._1c.g5.v8.dt.ql.model.ABinaryOperatorsExpression
getLeft, getRight, setLeft, setRight
-
-
-
-
Method Detail
-
getCompareType
LogicalCompareType 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()
-
setCompareType
void 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()
-
-