Difference between revisions of "Core.Terms.ByteFieldLiteral"
Jump to navigation
Jump to search
(Created page with "Category:Core == Classification == {{ClassificationActivity | ByteFieldLiteral | Literal of type ByteField| Term | OTX Core library | [[Literal related terms]...") |
|||
Line 3: | Line 3: | ||
{{ClassificationActivity | ByteFieldLiteral | Literal of type ByteField| [[Term]] | [[Core|OTX Core library]] | [[Literal related terms]] | - | - }} | {{ClassificationActivity | ByteFieldLiteral | Literal of type ByteField| [[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 | ||
Line 17: | Line 17: | ||
|} | |} | ||
− | == Examples == | + | == OTL Examples == |
<syntaxhighlight lang="java" enclose="div" style="font-size: medium;"> | <syntaxhighlight lang="java" enclose="div" style="font-size: medium;"> | ||
− | + | ByteField ByteField1 = &18 00 00 FF FF; | |
− | + | ByteField ByteField1 = &58 01 80 04 64; | |
</syntaxhighlight> | </syntaxhighlight> | ||
Revision as of 06:52, 3 February 2015
Classification
Name | ByteFieldLiteral |
Short Description | Literal of type ByteField |
Class | Term |
Extension | OTX Core library |
Group | Literal related terms |
Exceptions | - |
Checker Rules | - |
Standard Compliant | Yes |
OTL Syntax
Value = literal
Description
A ByteFieldLiteral is the code representation of a value of type ByteField.
Properties
Name | Data Type | Class | Default | Cardinality | Description |
Literal | ByteField | Literal | - | [1] | Identification of a ByteFields |
OTL Examples
ByteField ByteField1 = &18 00 00 FF FF;
ByteField ByteField1 = &58 01 80 04 64;
See also
BooleanLiteral
IntegerLiteral
FloatLiteral
StringLiteral
ListLiteral
MapLiteral
UserExceptionLiteral