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
A representation of the model object 'Logical Compare Operator Expression'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns 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
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
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:
-
setCompareType
Sets the value of the 'Compare Type
' attribute.- Parameters:
value
- the new value of the 'Compare Type' attribute.- See Also:
-