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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VerbalOperatorType
getType()
Returns the value of the 'Type' attribute.boolean
isNot()
Returns the value of the 'Not' attribute.void
setNot(boolean value)
Sets the value of the 'Not
' attribute.void
setType(VerbalOperatorType value)
Sets the value of the 'Type
' attribute.-
Methods inherited from interface com._1c.g5.v8.dt.ql.model.ABinaryOperatorsExpression
getLeft, getRight, setLeft, setRight
-
-
-
-
Method Detail
-
getType
VerbalOperatorType 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()
-
setType
void setType(VerbalOperatorType value)
Sets the value of the 'Type
' attribute.- Parameters:
value
- the new value of the 'Type' attribute.- See Also:
VerbalOperatorType
,getType()
-
isNot
boolean isNot()
Returns the value of the 'Not' attribute.- Returns:
- the value of the 'Not' attribute.
- See Also:
setNot(boolean)
,QlPackage.getVerbalOperatorExpression_Not()
-
-