Difference between revisions of "Core.Terms.BooleanLiteral"
Jump to navigation
Jump to search
(Created page with "Category:Core == Classification == {{ClassificationActivity | BooleanLiteral | Literal of type Boolean | Term | OTX Core library | Literal related terms |...") |
|||
Line 3: | Line 3: | ||
{{ClassificationActivity | BooleanLiteral | Literal of type Boolean | [[Term]] | [[Core|OTX Core library]] | [[Literal related terms]] | - | - }} | {{ClassificationActivity | BooleanLiteral | Literal of type Boolean | [[Term]] | [[Core|OTX Core library]] | [[Literal related terms]] | - | - }} | ||
− | == | + | == OTL Syntax == |
<syntaxhighlight lang="java" enclose="div" style="font-size: medium;"> | <syntaxhighlight lang="java" enclose="div" style="font-size: medium;"> | ||
Value = literal | Value = literal |
Revision as of 04:46, 3 February 2015
Classification
Name | BooleanLiteral |
Short Description | Literal of type Boolean |
Class | Term |
Extension | OTX Core library |
Group | Literal related terms |
Exceptions | - |
Checker Rules | - |
Standard Compliant | Yes |
OTL Syntax
Value = literal
Description
A BooleanLiteral is the code representation of a value of type Boolean.
Properties
Name | Data Type | Class | Default | Cardinality | Description |
Literal | Boolean | Literal | - | [1] | Designation of a Boolean value to c# notation. |
Examples
* true
* false
See also
IntegerLiteral
FloatLiteral
StringLiteral
ByteFieldLiteral
ListLiteral
MapLiteral
UserExceptionLiteral