Difference between revisions of "Extensions.DiagCom.GetDiagServiceName"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
== Pseudo-Code Syntax == | == Pseudo-Code Syntax == | ||
<syntaxhighlight lang="java" enclose="div" style="font-size: medium;"> | <syntaxhighlight lang="java" enclose="div" style="font-size: medium;"> | ||
− | GetDiagServiceName(DiagService diagService | + | String GetDiagServiceName(DiagService diagService); |
</syntaxhighlight> | </syntaxhighlight> | ||
Revision as of 02:29, 18 July 2014
Contents
Classification
Name | GetDiagServiceName |
Short Description | Name of the diagnostic services |
Class | Term |
Extension | OTX DiagCom extension |
Group | DiagService related terms |
Exceptions | - |
Checker Rules | - |
Standard Compliant | Yes |
Pseudo-Code Syntax
String GetDiagServiceName(DiagService diagService);
Description
The GetDiagServiceName term is the name of the diagnostic services back.
Return Value
The Term returns the value, see table below.
![]()
In OTX, Terms are categorized according to its return data type!
Data Type | Description |
String | Name of the diagnostic services. |
Properties
Name | Data Type | Class | Default | Cardinality | Description |
DiagService | DiagService | Term | - | [1] | Diagnostics Service. |
Examples
String diagServiceName = GetDiagServiceName(diagService);
See also
CreateDiagServiceByName
CreateDiagServiceBySemantic
GetDiagServiceListBySemantic
GetDiagServiceFromResult