Difference between revisions of "Extensions.DiagDataBrowsingPlus.GetDbObjectLongName"
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 5: | Line 5: | ||
== OTL Syntax == | == OTL Syntax == | ||
<syntaxhighlight lang="java" enclose="div" style="font-size: medium;"> | <syntaxhighlight lang="java" enclose="div" style="font-size: medium;"> | ||
− | + | StringTerm DiagDataBrowsingPlus.GetDbObjectLongName(DbObjectTerm dbObject); | |
− | |||
− | |||
− | |||
</syntaxhighlight> | </syntaxhighlight> | ||
Line 14: | Line 11: | ||
'''GetDbObjectLongName''' returns the LongName of the object as a [[Core.DataTypes.SimpleDataType.String|string]]. | '''GetDbObjectLongName''' returns the LongName of the object as a [[Core.DataTypes.SimpleDataType.String|string]]. | ||
− | {{Note| | + | {{Note|The appropriate MVCI system operation is MCDNamedObject::getLongName}} |
{{TermReturnValue| [[Core.DataTypes.SimpleDataType.String|String]] | Returns the LongName of the object.}} | {{TermReturnValue| [[Core.DataTypes.SimpleDataType.String|String]] | Returns the LongName of the object.}} | ||
Line 21: | Line 18: | ||
{| {{TableHeader}} | {| {{TableHeader}} | ||
{{TableRowPropertiesHeader}} | {{TableRowPropertiesHeader}} | ||
− | {{TableRowPropertie2| | + | {{TableRowPropertie2| DbObject | [[Extensions.DiagDataBrowsingPlus.DbObject|DbObject]] | [[Term]] | - | [1..1] |The element addresses the '''DbObject''' whose long name shall be returned.}} |
|} | |} | ||
Latest revision as of 09:02, 2 November 2018
Contents
Classification
Name | GetDbObjectLongName |
Short Description | Gets the long name of the DbObject |
Class | Term |
Extension | OTX DiagDataBrowsingPlus extension |
Group | DbObject related terms |
Exceptions | NONE |
Checker Rules | - |
Standard Compliant | Yes |
OTL Syntax
StringTerm DiagDataBrowsingPlus.GetDbObjectLongName(DbObjectTerm dbObject);
Description
GetDbObjectLongName returns the LongName of the object as a string.
![]()
The appropriate MVCI system operation is MCDNamedObject::getLongName
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 | Returns the LongName of the object. |
Properties
Name | Data Type | Class | Default | Cardinality | Description |
DbObject | DbObject | Term | - | [1..1] | The element addresses the DbObject whose long name shall be returned. |
OTL Examples
/// Local Declarations
String MyString;
DiagDataBrowsingPlus.DbComChannel dbObject;
/// Flow
dbObject = DiagDataBrowsingPlus.GetDbComChannel("EV_GatewLear_006", "LL_GatewUDS");
MyString = DiagDataBrowsingPlus.GetDbObjectLongName(dbObject);
See also
GetDbComChannel
GetDiagServiceDbDiagService
GetParameterDbDiagTroubleCode
GetDbComChannelDbEnvDataDescs
GetDbComChannelDbFaultMemories
GetDbParameters
GetRequestDbRequest
GetResponseDbResponse
GetDbDiagServiceDbSpecialDataGroups
GetDbComChannelDbSubComponents
GetDbComChannelDbTables