Package com._1c.g5.v8.dt.ql.model
Interface BooleanLiteralExpression
-
- All Superinterfaces:
AbstractExpression
,ALiteralsExpression
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
BooleanLiteralExpressionImpl
public interface BooleanLiteralExpression extends ALiteralsExpression
A representation of the model object 'Boolean Literal Expression'.The following features are supported:
- See Also:
QlPackage.getBooleanLiteralExpression()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isTrue()
Returns the value of the 'True' attribute.void
setTrue(boolean value)
Sets the value of the 'True
' attribute.
-
-
-
Method Detail
-
isTrue
boolean isTrue()
Returns the value of the 'True' attribute.- Returns:
- the value of the 'True' attribute.
- See Also:
setTrue(boolean)
,QlPackage.getBooleanLiteralExpression_True()
-
-